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