diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-12 16:29:03 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-22 01:11:45 -0700 |
commit | 35782c6be1eee50e00b41eb3088cd50d2bd2366f (patch) | |
tree | caa97e29321b90f47faad895fe21d57c09341159 /libhw/rp2040_hwtimer.c | |
parent | 24cd8ca4ee1ea08526eb82e6c122870c86da5603 (diff) |
try to remove pico_timelukeshu/no-pico_time
Diffstat (limited to 'libhw/rp2040_hwtimer.c')
-rw-r--r-- | libhw/rp2040_hwtimer.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libhw/rp2040_hwtimer.c b/libhw/rp2040_hwtimer.c index 4499642..3116213 100644 --- a/libhw/rp2040_hwtimer.c +++ b/libhw/rp2040_hwtimer.c @@ -15,10 +15,10 @@ #include <libhw/generic/alarmclock.h> #include <libhw/rp2040_hwtimer.h> -/******************************************************************************/ +/* Guards *********************************************************************/ -/** Conflict with pico-sdk:pico_time:!PICO_TIME_DEFAULT_ALARM_POOL_DISABLED. */ -void add_alarm_at(void) {}; +/** Conflict with pico-sdk:pico_time. */ +void alarm_pool_add_alarm_at_force_in_context(void) {}; /* Types **********************************************************************/ |