Merge branch 'main' into auto-fire-long-press

This commit is contained in:
TheOnePerson
2022-10-26 06:43:47 +02:00
committed by GitHub
7 changed files with 47 additions and 8 deletions

View File

@@ -61,7 +61,7 @@ typedef union {
// altimeter to display feet or meters as easily as it tells a thermometer to display degrees in F or C.
bool clock_mode_24h : 1; // indicates whether clock should use 12 or 24 hour mode.
bool use_imperial_units : 1; // indicates whether to use metric units (the default) or imperial.
bool alarm_enabled : 1; // indicates whether there is at least one alarm enabled.
bool alarm_enabled : 1; // indicates wheter there is at least one alarm enabled.
uint8_t reserved : 6; // room for more preferences if needed.
} bit;
uint32_t reg;