Removed unneeded newlines
This commit is contained in:
parent
47bd2d31c6
commit
a23b54f92f
@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
static bool psmInitialized;
|
static bool psmInitialized;
|
||||||
|
|
||||||
|
|
||||||
void powerGetDetails(uint32_t *batteryCharge, bool *isCharging) {
|
void powerGetDetails(uint32_t *batteryCharge, bool *isCharging) {
|
||||||
ChargerType charger = ChargerType_None;
|
ChargerType charger = ChargerType_None;
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
#include "../common/common.h"
|
#include "../common/common.h"
|
||||||
|
|
||||||
|
|
||||||
void powerInit(void) {
|
void powerInit(void) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user