Skip to content

Commit

Permalink
HAL_Empty: fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Dec 14, 2020
1 parent d6c5fc3 commit 7b6392f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_HAL_Empty/HAL_Empty_Class.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 7b6392f

Please sign in to comment.