summaryrefslogtreecommitdiff
path: root/shared-bindings
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2020-11-22 21:52:37 -0500
committerDan Halbert <halbert@halwitz.org>2020-11-22 21:52:37 -0500
commit3abee9b2563f0203f3d9521631499008708bb407 (patch)
treeb637b02b130932650a65759cb3bb6f9e132738e3 /shared-bindings
parent25591a3f8a28d45157b082fcf8c9ba8a31cbe4f6 (diff)
compiles; maybe ready to test, or almost
Diffstat (limited to 'shared-bindings')
-rw-r--r--shared-bindings/alarm/__init__.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/alarm/__init__.h b/shared-bindings/alarm/__init__.h
index 4df12175d..c74dfbe5c 100644
--- a/shared-bindings/alarm/__init__.h
+++ b/shared-bindings/alarm/__init__.h
@@ -30,7 +30,7 @@
#include "py/obj.h"
extern mp_obj_t common_hal_alarm_sleep_until_alarms(size_t n_alarms, const mp_obj_t *alarms);
-extern mp_obj_t common_hal_alarm_set_deep_sleep_alarms(size_t n_alarms, const mp_obj_t *alarms);
+extern void common_hal_alarm_set_deep_sleep_alarms(size_t n_alarms, const mp_obj_t *alarms);
// Used by wake-up code.
extern void common_hal_alarm_set_wake_alarm(mp_obj_t alarm);