mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 02:47:35 +08:00
QURT main: more precise printfs
This commit is contained in:
@@ -211,7 +211,7 @@ const char *get_commands()
|
||||
|
||||
int dspal_entry(int argc, char *argv[])
|
||||
{
|
||||
PX4_INFO("In main\n");
|
||||
PX4_INFO("In dspal_entry");
|
||||
map<string, px4_main_t> apps;
|
||||
init_app_map(apps);
|
||||
DriverFramework::Framework::initialize();
|
||||
@@ -233,7 +233,7 @@ int dspal_entry(int argc, char *argv[])
|
||||
|
||||
static void usage()
|
||||
{
|
||||
PX4_WARN("Usage: dspal {start |stop}");
|
||||
PX4_INFO("Usage: dspal {start |stop}");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user