diff options
author | TheOnePerson <a.nebinger@web.de> | 2022-10-26 06:43:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-26 06:43:47 +0200 |
commit | cb678d735a91e07e762e9f6715584ccfbeaa3fcd (patch) | |
tree | 795c1db4e70373f3134c7b3957c2162db11884d3 /movement/movement.h | |
parent | 17cd90e72ff970a1cb8dda80584df16ee2e1d68f (diff) | |
parent | cb69a2c181a3126ade2044f223b74077f48e0c77 (diff) | |
download | Sensor-Watch-cb678d735a91e07e762e9f6715584ccfbeaa3fcd.tar.gz Sensor-Watch-cb678d735a91e07e762e9f6715584ccfbeaa3fcd.tar.bz2 Sensor-Watch-cb678d735a91e07e762e9f6715584ccfbeaa3fcd.zip |
Merge branch 'main' into auto-fire-long-press
Diffstat (limited to 'movement/movement.h')
-rw-r--r-- | movement/movement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/movement/movement.h b/movement/movement.h index 7b5c4647..9dc5fe82 100644 --- a/movement/movement.h +++ b/movement/movement.h @@ -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; |