From 29556e471d6ee9c4d12d277ce6c3150480307733 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Thu, 23 Nov 2023 00:03:17 -0800 Subject: [PATCH] F0 doesn't need UART --- firmware/boards/f0_module/halconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/boards/f0_module/halconf.h b/firmware/boards/f0_module/halconf.h index bb08f23..a18bd0b 100644 --- a/firmware/boards/f0_module/halconf.h +++ b/firmware/boards/f0_module/halconf.h @@ -177,7 +177,7 @@ * @brief Enables the UART subsystem. */ #if !defined(HAL_USE_UART) || defined(__DOXYGEN__) -#define HAL_USE_UART TRUE +#define HAL_USE_UART FALSE #endif /**