smaller int range for memory stack
Some checks failed
Build / build (push) Has been cancelled
Build / build-simulator (push) Has been cancelled

This commit is contained in:
mcguirepr89
2024-10-21 12:03:46 -04:00
parent 0e42b9dde0
commit 52e3247f45
2 changed files with 16 additions and 18 deletions

View File

@@ -58,9 +58,8 @@ typedef struct {
} sunrise_sunset_alt_state_t;
typedef struct {
int timestamp;
uint32_t timestamp;
watch_date_time *event;
const char *name;
const char *abreviation;
} SolarEvent;