summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/powermgmt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/powermgmt.c b/firmware/powermgmt.c
index 940d37ea16..602819f443 100644
--- a/firmware/powermgmt.c
+++ b/firmware/powermgmt.c
@@ -25,6 +25,7 @@
25#include "panic.h" 25#include "panic.h"
26#include "adc.h" 26#include "adc.h"
27#include "string.h" 27#include "string.h"
28#include "sprintf.h"
28#include "power.h" 29#include "power.h"
29#include "powermgmt.h" 30#include "powermgmt.h"
30 31