mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 16:47:34 +08:00
STM32 build fix
This commit is contained in:
@@ -31,7 +31,7 @@ void init()
|
||||
|
||||
chibios_rt::System::init();
|
||||
|
||||
sdStart(&STDOUT_SD, UAVCAN_NULLPTR);
|
||||
sdStart(&STDOUT_SD, nullptr);
|
||||
}
|
||||
|
||||
__attribute__((noreturn))
|
||||
|
||||
Reference in New Issue
Block a user