HAL_Empty: fixed build

This commit is contained in:
Andrew Tridgell 2020-12-11 12:15:28 +11:00
parent d6c5fc36d8
commit 7b6392fcb5
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ void HAL_Empty::run(int argc, char* const argv[], Callbacks* callbacks) const
* up to the programmer to do this in the correct order.
* Scheduler should likely come first. */
scheduler->init();
uartA->begin(115200);
serial(0)->begin(115200);
_member->init();
callbacks->setup();