diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2021-12-01 09:07:40 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2021-12-01 09:07:40 -0500 |
commit | 333c5e8b9e0812fbb36e1f468b660970901bef25 (patch) | |
tree | 6c690c9602d897eb00bad30696512cea5b7247b4 /movement/watch_faces | |
parent | c3095f7cfe448b43ad2d5ffbe2980afa5456309a (diff) | |
download | Sensor-Watch-333c5e8b9e0812fbb36e1f468b660970901bef25.tar.gz Sensor-Watch-333c5e8b9e0812fbb36e1f468b660970901bef25.tar.bz2 Sensor-Watch-333c5e8b9e0812fbb36e1f468b660970901bef25.zip |
movement: remove TODO item (we profiled it, it's fine)
Diffstat (limited to 'movement/watch_faces')
-rw-r--r-- | movement/watch_faces/clock/world_clock_face.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/movement/watch_faces/clock/world_clock_face.c b/movement/watch_faces/clock/world_clock_face.c index 3cb094ba..d80cb5bc 100644 --- a/movement/watch_faces/clock/world_clock_face.c +++ b/movement/watch_faces/clock/world_clock_face.c @@ -37,7 +37,6 @@ bool world_clock_face_do_display_mode(movement_event_t event, movement_settings_ case EVENT_ACTIVATE: case EVENT_TICK: case EVENT_LOW_ENERGY_UPDATE: - // TODO: profile this, does this chew up power? feels like a lot of cycles to run every second. date_time = watch_rtc_get_date_time(); timestamp = watch_utility_date_time_to_unix_time(date_time, movement_timezone_offsets[settings->bit.time_zone] * 60); date_time = watch_utility_date_time_from_unix_time(timestamp, movement_timezone_offsets[state->settings.timezone_index] * 60); |