summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorJeff Epler <jeff@adafruit.com>2020-12-30 16:25:11 -0600
committerGitHub <noreply@github.com>2020-12-30 16:25:11 -0600
commit5698b8bb0a178d9022cb20de417efa0f77216e87 (patch)
treecc5bf4c3d82a9feac6baa3e83c73e525f928f17f /main.c
parent7e78af7acada790cd955fc43a7a510adf9671b23 (diff)
parent0bad6110d4f2c1b66560dccb2eaf54f563d8f5a8 (diff)
Merge pull request #3850 from microDev1/touch-s26.1.0-beta.3
Support for Touch Alarm
Diffstat (limited to 'main.c')
-rwxr-xr-xmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 9c4055a28..91b6a062d 100755
--- a/main.c
+++ b/main.c
@@ -157,7 +157,7 @@ STATIC void start_mp(supervisor_allocation* heap) {
#if CIRCUITPY_ALARM
// Record which alarm woke us up, if any. An object may be created so the heap must be functional.
- alarm_save_wakeup_alarm();
+ alarm_save_wake_alarm();
// Reset alarm module only after we retrieved the wakeup alarm.
alarm_reset();
#endif