diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-26 19:31:19 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-26 19:31:19 +0200 |
commit | 02f7c39773db3daa5e0885035c79a1e10e8af0df (patch) | |
tree | 6786653c3ef6945809fcc59f5e6d279fd3aafddf /stm32f091/stm32f0xx_hal_conf.h | |
parent | d48374c0f38cb01d726958b49bda5c1b6e91ab91 (diff) |
clean up test code
Diffstat (limited to 'stm32f091/stm32f0xx_hal_conf.h')
-rw-r--r-- | stm32f091/stm32f0xx_hal_conf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stm32f091/stm32f0xx_hal_conf.h b/stm32f091/stm32f0xx_hal_conf.h index 45f9fab..fc27221 100644 --- a/stm32f091/stm32f0xx_hal_conf.h +++ b/stm32f091/stm32f0xx_hal_conf.h @@ -19,8 +19,6 @@ #define DATA_CACHE_ENABLE 0U #define USE_SPI_CRC 0U -#define USE_HAL_UART_REGISTER_CALLBACKS 1 - #define HAL_RCC_MODULE_ENABLED #define HAL_MODULE_ENABLED #define HAL_I2C_MODULE_ENABLED |