mirror of https://github.com/ArduPilot/ardupilot
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
|
void HAL_Empty::run(int argc, char* const argv[], Callbacks* callbacks) const
|
||||||
{
|
{
|
||||||
assert(callbacks);
|
|
||||||
|
|
||||||
/* initialize all drivers and private members here.
|
/* initialize all drivers and private members here.
|
||||||
* up to the programmer to do this in the correct order.
|
* up to the programmer to do this in the correct order.
|
||||||
* Scheduler should likely come first. */
|
* Scheduler should likely come first. */
|
||||||
|
|
Loading…
Reference in New Issue