diff --git a/cpu/stm32f3/include/vendor/stm32f3xx.h b/cpu/stm32f3/include/vendor/stm32f3xx.h index b77f97df5a66ddb474f0bd2e8449db01fa534d05..3e9ddf310d7f24f9c1e965274cb05fb29b67b86b 100644 --- a/cpu/stm32f3/include/vendor/stm32f3xx.h +++ b/cpu/stm32f3/include/vendor/stm32f3xx.h @@ -170,32 +170,6 @@ #error "Please select first the target STM32F3xx device used in your application (in stm32f3xx.h file)" #endif -/** - * @} - */ - -/** @addtogroup Exported_types - * @{ - */ -typedef enum -{ - RESET = 0, - SET = !RESET -} FlagStatus, ITStatus; - -typedef enum -{ - DISABLE = 0, - ENABLE = !DISABLE -} FunctionalState; -#define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE)) - -typedef enum -{ - ERROR = 0, - SUCCESS = !ERROR -} ErrorStatus; - /** * @} */