From f9a82cd82510f7bf825d94b8911a26ade13c5039 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Wed, 25 Aug 2021 16:19:00 +0200 Subject: [PATCH] stm32g0xx: remove ErrorStatus --- Include/stm32g0xx.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Include/stm32g0xx.h b/Include/stm32g0xx.h index 8af3dc3..141e9e3 100644 --- a/Include/stm32g0xx.h +++ b/Include/stm32g0xx.h @@ -134,12 +134,6 @@ typedef enum } FunctionalState; #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE)) -typedef enum -{ - SUCCESS = 0, - ERROR = !SUCCESS -} ErrorStatus; - /** * @} */ -- 2.30.2