diff --git a/cpu/stm32f0/include/vendor/stm32f0xx.h b/cpu/stm32f0/include/vendor/stm32f0xx.h index b3431fd2f823911784d847b344049212b3868fb6..a0b38e94e4690a91db87542464490308dc99f66e 100644 --- a/cpu/stm32f0/include/vendor/stm32f0xx.h +++ b/cpu/stm32f0/include/vendor/stm32f0xx.h @@ -165,32 +165,6 @@ #error "Please select first the target STM32F0xx device used in your application (in stm32f0xx.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; - /** * @} */