diff options
| author | Reinhold Gschweicher <pyro4hell@gmail.com> | 2021-11-15 20:09:59 (GMT) |
|---|---|---|
| committer | Reinhold Gschweicher <pyro4hell@gmail.com> | 2021-11-15 20:56:02 (GMT) |
| commit | c4f2fb2fa478ccd404afc0220e3e8cfe127e58e7 (patch) | |
| tree | 9c5e619c0e0b03d1e9c10db86b1fce782bfadf7d /src/displayapp/screens | |
| parent | 624429b54c1819d58b69a2f74f5c852e1ecb0ed3 (diff) | |
BatteryInfo: remove unused FreeRTOS.h and timer.h includes
Diffstat (limited to 'src/displayapp/screens')
| -rw-r--r-- | src/displayapp/screens/BatteryInfo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/displayapp/screens/BatteryInfo.h b/src/displayapp/screens/BatteryInfo.h index 63454a2..aaa741c 100644 --- a/src/displayapp/screens/BatteryInfo.h +++ b/src/displayapp/screens/BatteryInfo.h @@ -1,8 +1,6 @@ #pragma once #include <cstdint> -#include <FreeRTOS.h> -#include <timers.h> #include "Screen.h" #include <lvgl/lvgl.h> |
