mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-04 12:40:34 +08:00
Use DevMgr::getNextDevicePath()
Also, a fix for number of args passed for accelsim. Updated to newest version of DriverFramework. DF drvices show up now in list_devices Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
@@ -1182,6 +1182,10 @@ accelsim_main(int argc, char *argv[])
|
||||
}
|
||||
}
|
||||
|
||||
if (argc <= 1) {
|
||||
accelsim::usage();
|
||||
return 1;
|
||||
}
|
||||
const char *verb = argv[myoptind];
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user