Skip to content

Commit 068004c

Browse files
author
Kong Wai Weng
committed
Added missing library dependency.
1 parent 5f7c42e commit 068004c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/raspberrypi/boards/cytron_iriv_io_controller/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ CIRCUITPY_USB_HOST = 0
1717
# Include these Python libraries in firmware.
1818
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_SimpleIO
1919
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-pcf85063a
20+
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Register
2021
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Wiznet5k
2122
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Requests
2223
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_FakeRequests
2324
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_ConnectionManager
25+
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Ticks

0 commit comments

Comments
 (0)