adding __init.c to circuitpy_defs.mk

This commit is contained in:
Lee Atkinson 2022-08-19 13:17:37 -04:00
parent 68671399d1
commit 61591ac136
1 changed files with 1 additions and 0 deletions

View File

@ -388,6 +388,7 @@ SRC_COMMON_HAL_ALL = \
_pew/PewPew.c \
_pew/__init__.c \
adcbuffer/BufferedInput.c \
adcbuffer/__init__.c \
alarm/SleepMemory.c \
alarm/__init__.c \
alarm/pin/PinAlarm.c \