AP_HAL_ChibiOS: Fix typo (NFC)

This commit is contained in:
Dr.-Ing. Amilcar do Carmo Lucas 2021-05-04 11:09:29 +02:00 committed by Peter Barker
parent a2f1c6e19e
commit fc7e242bae

View File

@ -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,