diff options
Diffstat (limited to 'src/displayapp/screens/Motion.h')
| -rw-r--r-- | src/displayapp/screens/Motion.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/displayapp/screens/Motion.h b/src/displayapp/screens/Motion.h index 249d296..2554ffd 100644 --- a/src/displayapp/screens/Motion.h +++ b/src/displayapp/screens/Motion.h @@ -25,8 +25,8 @@ namespace Pinetime { // bool calibrating = true; bool started = false; bool jumping = false; - uint16_t last_frame_time = 0; - uint16_t last_redraw_frame_time = 0; + TickType_t last_frame_time = 0; + TickType_t last_redraw_frame_time = 0; // uint8_t dropped_frames = 0; double current_jump_length; double current_jump_speed; |
