Fix ESP32 builds
This commit is contained in:
parent
f8ac1d9261
commit
674f0402a9
@ -36,7 +36,9 @@
|
||||
#endif
|
||||
|
||||
typedef union {
|
||||
#if CIRCUITPY_ESPULP
|
||||
espulp_ulpalarm_obj_t ulp_alarm;
|
||||
#endif
|
||||
alarm_pin_pinalarm_obj_t pin_alarm;
|
||||
alarm_time_timealarm_obj_t time_alarm;
|
||||
alarm_touch_touchalarm_obj_t touch_alarm;
|
||||
|
Loading…
Reference in New Issue
Block a user