总功耗

This commit is contained in:
zogodo
2019-11-02 01:02:08 +08:00
parent cc76877f40
commit fd51255396
4 changed files with 4 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ typedef struct
} PowerRecord;
extern PowerRecord power_record;
extern uint32_t p_count;
char* GetPowerRecord(int idx);
void PowerInit(void);