mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
AP_HAL_Empty: removed assert calls
these waste flash space and do not do us any good
This commit is contained in:
parent
88e277420f
commit
2473d3f7f8
@ -50,8 +50,6 @@ HAL_Empty::HAL_Empty() :
|
||||
|
||||
void HAL_Empty::run(int argc, char* const argv[], Callbacks* callbacks) const
|
||||
{
|
||||
assert(callbacks);
|
||||
|
||||
/* initialize all drivers and private members here.
|
||||
* up to the programmer to do this in the correct order.
|
||||
* Scheduler should likely come first. */
|
||||
|
Loading…
Reference in New Issue
Block a user