mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 18:17:34 +08:00
px4io: change not supported message to INFO instead of ERR
This commit is contained in:
@@ -1765,7 +1765,7 @@ Output driver communicating with the IO co-processor.
|
||||
extern "C" __EXPORT int px4io_main(int argc, char *argv[])
|
||||
{
|
||||
if (!PX4_MFT_HW_SUPPORTED(PX4_MFT_PX4IO)) {
|
||||
PX4_ERR("PX4IO Not Supported");
|
||||
PX4_INFO("PX4IO Not Supported");
|
||||
return -1;
|
||||
}
|
||||
return PX4IO::main(argc, argv);
|
||||
|
||||
Reference in New Issue
Block a user