diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-04-01 22:37:22 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-04-01 22:37:22 (GMT) |
| commit | 2557f8ed6226916d1a82905e7fed3987b3f774f5 (patch) | |
| tree | 419f26b77971fed8940c810f5fba3fe6039f751c /src/displayapp/screens/Motion.h | |
| parent | dc943c9859fca9b7c51ddf448c32d9bf410f4e38 (diff) | |
hopefully fix display hang
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; |
