summaryrefslogtreecommitdiff
path: root/include/driver/max44006.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/driver/max44006.h')
-rw-r--r--include/driver/max44006.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/driver/max44006.h b/include/driver/max44006.h
index bd00458..4aac90f 100644
--- a/include/driver/max44006.h
+++ b/include/driver/max44006.h
@@ -23,7 +23,7 @@ class MAX44006 {
enum InterruptStatus {
AMBINTS = 0b00000001,
- PWRON = 0b00000010,
+ PWRON = 0b00000100,
SHDN = 0b00001000,
RESET = 0b00010000,
};