Merge pull request #833 from NeroBurner/BatteryInfo_remove_unused_include

BatteryInfo: remove unused FreeRTOS.h and timer.h includes
This commit is contained in:
JF 2021-11-28 13:20:00 +01:00 committed by GitHub
commit 279e63c97a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,6 @@
#pragma once #pragma once
#include <cstdint> #include <cstdint>
#include <FreeRTOS.h>
#include <timers.h>
#include "Screen.h" #include "Screen.h"
#include <lvgl/lvgl.h> #include <lvgl/lvgl.h>