diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2021-12-02 15:11:18 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2021-12-02 15:11:18 -0500 |
commit | 25d54101b17f87f73c2c8ec8a1954327bb99dfcd (patch) | |
tree | 52d0ee305f82e18a385cf53fae18a9d0fff94b19 /movement/movement.h | |
parent | 77d3e5640fec1e4b4e6b2c82179f465b0d1e9f63 (diff) | |
download | Sensor-Watch-25d54101b17f87f73c2c8ec8a1954327bb99dfcd.tar.gz Sensor-Watch-25d54101b17f87f73c2c8ec8a1954327bb99dfcd.tar.bz2 Sensor-Watch-25d54101b17f87f73c2c8ec8a1954327bb99dfcd.zip |
movement: update comment; we store this data now
Diffstat (limited to 'movement/movement.h')
-rw-r--r-- | movement/movement.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/movement/movement.h b/movement/movement.h index d93d934e..9edb285b 100644 --- a/movement/movement.h +++ b/movement/movement.h @@ -7,8 +7,8 @@ // These four 32-bit structs store information about the wearer and their preferences. Tentatively, the plan is // for Movement to use four 32-bit registers for these preferences and to store them in the RTC's backup registers // 0-3, leaving registers 4-7 available for third party watch faces to use as they see fit. -// * The movement_settings_t struct is provided to all watch faces in the callback functions, and will eventually -// be stored in the RTC's first backup register (BKUP[0]). +// * The movement_settings_t struct is provided to all watch faces in the callback functions, and is stored in the +// RTC's first backup register (BKUP[0]). // * The movement_location_t and movement_birthdate_t types are defined here, and are tentatively meant to be // stored in BKUP[1] and BKUP[2], respectively. // * The movement_reserved_t type is here as a placeholder, because I sense there's some other generally useful |