F0 doesn't need UART

This commit is contained in:
Matthew Kennedy 2023-11-23 00:03:17 -08:00
parent b75f8a9224
commit 29556e471d
1 changed files with 1 additions and 1 deletions

View File

@ -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
/**