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