mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-18 22:29:50 +03:00
First test
This commit is contained in:
@ -32,7 +32,7 @@ bool gLowBattery;
|
||||
bool gLowBatteryBlink;
|
||||
uint16_t gBatteryCheckCounter;
|
||||
|
||||
volatile uint16_t gBatterySave_10ms;
|
||||
volatile uint16_t gPowerSave_10ms;
|
||||
|
||||
void BATTERY_GetReadings(bool bDisplayBatteryLevel)
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ extern bool gLowBattery;
|
||||
extern bool gLowBatteryBlink;
|
||||
extern uint16_t gBatteryCheckCounter;
|
||||
|
||||
extern volatile uint16_t gBatterySave_10ms;
|
||||
extern volatile uint16_t gPowerSave_10ms;
|
||||
|
||||
void BATTERY_GetReadings(bool bDisplayBatteryLevel);
|
||||
|
||||
|
Reference in New Issue
Block a user