Refactoring

This commit is contained in:
Armel FAUVEAU
2024-04-01 07:17:25 +02:00
parent a56850c3ac
commit 4276211ed9
4 changed files with 7 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ enum BEEP_Type_t
BEEP_500HZ_30MS,
BEEP_600HZ_30MS,
#endif
BEEP_880HZ_60MS_TRIPLE_BEEP
BEEP_880HZ_60MS_DOUBLE_BEEP
};
typedef enum BEEP_Type_t BEEP_Type_t;