Skip to content

Commit 0c61d51

Browse files
committed
fix typo in SafeModeReason.WATCHDOG doc
1 parent c978768 commit 0c61d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/supervisor/SafeModeReason.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ MAKE_ENUM_MAP(supervisor_safe_mode_reason) {
145145
//|
146146
MAKE_ENUM_MAP_ENTRY(safe_mode_reason, USER),
147147

148-
//| SAFE_MODE_WATCHDOG: object
148+
//| WATCHDOG: object
149149
//| """An internal watchdog timer expired."""
150150
//|
151151
MAKE_ENUM_MAP_ENTRY(safe_mode_reason, WATCHDOG),

0 commit comments

Comments
 (0)