From fc7e242bae1abf89daec7989d295abd5eeaa4559 Mon Sep 17 00:00:00 2001 From: "Dr.-Ing. Amilcar do Carmo Lucas" Date: Tue, 4 May 2021 11:09:29 +0200 Subject: [PATCH] AP_HAL_ChibiOS: Fix typo (NFC) --- libraries/AP_HAL_ChibiOS/HAL_ChibiOS_Class.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_HAL_ChibiOS/HAL_ChibiOS_Class.cpp b/libraries/AP_HAL_ChibiOS/HAL_ChibiOS_Class.cpp index e6bb6621055161..fbc0a230d43392 100644 --- a/libraries/AP_HAL_ChibiOS/HAL_ChibiOS_Class.cpp +++ b/libraries/AP_HAL_ChibiOS/HAL_ChibiOS_Class.cpp @@ -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,