]> git.earman.xyz Git - sensor-watch.git/commitdiff
move away from backup registers
authorjoeycastillo <joeycastillo@utexas.edu>
Mon, 23 Sep 2024 01:52:25 +0000 (21:52 -0400)
committerjoeycastillo <joeycastillo@utexas.edu>
Mon, 23 Sep 2024 01:52:25 +0000 (21:52 -0400)
movement.c

index deec7de99bbfa93c1fff1c740af88f74005c899b..455acb7a0362912e531a2be67d7f3d4665aeafbf 100644 (file)
@@ -403,7 +403,7 @@ void app_init(void) {
 }
 
 void app_wake_from_backup(void) {
-    movement_state.settings.reg = watch_get_backup_data(0);
+    /// TODO: #SecondMovement needs to restore settings from file system.
 }
 
 void app_setup(void) {