Merge branch 'main' into auto-fire-long-press
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user