Skip to content

Commit

Permalink
AP_HAL_ChibiOS: Fix typo (NFC)
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas authored and peterbarker committed May 20, 2021
1 parent a2f1c6e commit fc7e242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_HAL_ChibiOS/HAL_ChibiOS_Class.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ void HAL_ChibiOS::run(int argc, char * const argv[], Callbacks* callbacks) const
#endif

#ifdef HAL_STDOUT_SERIAL
//STDOUT Initialistion
//STDOUT Initialisation
SerialConfig stdoutcfg =
{
HAL_STDOUT_BAUDRATE,
Expand Down

0 comments on commit fc7e242

Please sign in to comment.