summaryrefslogtreecommitdiff
path: root/ports/esp32/modmachine.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/esp32/modmachine.h')
-rw-r--r--ports/esp32/modmachine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp32/modmachine.h b/ports/esp32/modmachine.h
index ca1776d8b..fbb43250f 100644
--- a/ports/esp32/modmachine.h
+++ b/ports/esp32/modmachine.h
@@ -4,7 +4,7 @@
#include "py/obj.h"
typedef enum {
- //MACHINE_WAKE_IDLE=0x01,
+ // MACHINE_WAKE_IDLE=0x01,
MACHINE_WAKE_SLEEP=0x02,
MACHINE_WAKE_DEEPSLEEP=0x04
} wake_type_t;