Remove xtreme/private.h and rewire some things

This commit is contained in:
Willy-JL
2023-07-06 01:28:28 +02:00
parent dc4f264bcb
commit 2e7d074c0c
11 changed files with 28 additions and 25 deletions

View File

@@ -25,17 +25,6 @@ typedef enum {
PowerEventTypeBatteryLevelChanged,
} PowerEventType;
typedef enum {
BatteryIconOff,
BatteryIconBar,
BatteryIconPercent,
BatteryIconInvertedPercent,
BatteryIconRetro3,
BatteryIconRetro5,
BatteryIconBarPercent,
BatteryIconCount,
} BatteryIcon;
typedef union {
uint8_t battery_level;
} PowerEventData;