AP_HAL_Empty: removed assert calls

these waste flash space and do not do us any good
This commit is contained in:
Andrew Tridgell 2021-03-25 12:48:59 +11:00
parent 88e277420f
commit 2473d3f7f8
1 changed files with 0 additions and 2 deletions

View File

@ -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. */