Skip to content

Commit

Permalink
px4io: change not supported message to INFO instead of ERR
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKlimaj committed Nov 17, 2023
1 parent 1abb123 commit f059aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/px4io/px4io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f059aa0

Please sign in to comment.