Browse Source

AP_HAL_Empty: removed assert calls

these waste flash space and do not do us any good
c415-sdk
Andrew Tridgell 4 years ago
parent
commit
2473d3f7f8
  1. 2
      libraries/AP_HAL_Empty/HAL_Empty_Class.cpp

2
libraries/AP_HAL_Empty/HAL_Empty_Class.cpp

@ -50,8 +50,6 @@ HAL_Empty::HAL_Empty() : @@ -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…
Cancel
Save