mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 18:27:05 +08:00
Update src/systemcmds/tests/test_dataman.c
Co-authored-by: Beat Küng <beat-kueng@gmx.net>
This commit is contained in:
@@ -68,7 +68,7 @@ task_main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
char buffer[DM_MAX_DATA_SIZE];
|
char buffer[DM_MAX_DATA_SIZE];
|
||||||
|
|
||||||
PX4_INFO("Starting dataman test task %s", argv[1]);
|
PX4_INFO("Starting dataman test task %s", argv[2]);
|
||||||
/* try to read an invalid item */
|
/* try to read an invalid item */
|
||||||
int my_id = atoi(argv[2]);
|
int my_id = atoi(argv[2]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user