reducing naming conflict?

This commit is contained in:
rusefillc 2023-05-23 23:00:16 -04:00
parent d0461efdb7
commit 789d2b2955
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ typedef __I uint16_t vuc16; /*!< read only */
typedef __I uint8_t vuc8; /*!< read only */
typedef enum {RESET = 0, SET = !RESET} flag_status;
typedef enum {FALSE = 0, TRUE = !FALSE} confirm_state;
typedef enum {CS_FALSE = 0, CS_TRUE = !CS_FALSE} confirm_state;
typedef enum {ERROR = 0, SUCCESS = !ERROR} error_status;
/**