use consistent naming style for typedefs

This commit is contained in:
joeycastillo
2024-10-05 10:31:17 -04:00
parent 997f091c16
commit 0a9d71e2d4
70 changed files with 222 additions and 222 deletions

View File

@@ -54,7 +54,7 @@ typedef struct savefile {
uint32_t b5;
uint32_t b6;
uint32_t b7;
watch_date_time rtc;
watch_date_time_t rtc;
} savefile_t;
#define SAVE_LOAD_SLOTS 4