summaryrefslogtreecommitdiff
path: root/firmware/export/powermgmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/powermgmt.h')
-rw-r--r--firmware/export/powermgmt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/powermgmt.h b/firmware/export/powermgmt.h
index 03b9d34d54..983825052e 100644
--- a/firmware/export/powermgmt.h
+++ b/firmware/export/powermgmt.h
@@ -22,6 +22,7 @@
22#define _POWERMGMT_H_ 22#define _POWERMGMT_H_
23 23
24#include <stdbool.h> 24#include <stdbool.h>
25#include "config.h"
25 26
26#define POWER_HISTORY_LEN 2*60 /* 2 hours of samples, one per minute */ 27#define POWER_HISTORY_LEN 2*60 /* 2 hours of samples, one per minute */
27 28