Skip to content
Snippets Groups Projects
Commit 83168ce6 authored by Vincent Dupont's avatar Vincent Dupont
Browse files

cpu/stm32f7: remove conflicting enum from vendor header

parent dc793e92
No related branches found
No related tags found
No related merge requests found
...@@ -160,31 +160,6 @@ ...@@ -160,31 +160,6 @@
* @} * @}
*/ */
/** @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;
/**
* @}
*/
/** @addtogroup Exported_macro /** @addtogroup Exported_macro
* @{ * @{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment