diff options
| author | Jeff Epler <jeff@adafruit.com> | 2020-12-30 16:25:11 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-30 16:25:11 -0600 |
| commit | 5698b8bb0a178d9022cb20de417efa0f77216e87 (patch) | |
| tree | cc5bf4c3d82a9feac6baa3e83c73e525f928f17f /main.c | |
| parent | 7e78af7acada790cd955fc43a7a510adf9671b23 (diff) | |
| parent | 0bad6110d4f2c1b66560dccb2eaf54f563d8f5a8 (diff) | |
Merge pull request #3850 from microDev1/touch-s26.1.0-beta.3
Support for Touch Alarm
Diffstat (limited to 'main.c')
| -rwxr-xr-x | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
