mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: removed assert calls
these waste flash space and do not do us any good
This commit is contained in:
parent
0f5dd40052
commit
88e277420f
|
@ -300,7 +300,6 @@ void HAL_ChibiOS::run(int argc, char * const argv[], Callbacks* callbacks) const
|
|||
sdStart((SerialDriver*)&HAL_STDOUT_SERIAL, &stdoutcfg);
|
||||
#endif
|
||||
|
||||
assert(callbacks);
|
||||
g_callbacks = callbacks;
|
||||
|
||||
//Takeover main
|
||||
|
|
Loading…
Reference in New Issue