rename enum, rearrange watch_tcc.h

This commit is contained in:
joeycastillo
2024-09-22 14:26:49 -04:00
parent 688cf7d87e
commit e8cedeac6c
8 changed files with 61 additions and 61 deletions

View File

@@ -38,7 +38,7 @@
*/
typedef struct Note {
BuzzerNote note;
watch_buzzer_note_t note;
char * name;
} Note;