rp2/boards: Add neopixel.py to manifest.py.

Because machine.bitstream is now implemented on the rp2 port.
This commit is contained in:
robert-hh 2021-09-17 09:18:44 +02:00 committed by Damien George
parent b73d8b045a
commit 5ed7a748f0

View File

@ -1,3 +1,4 @@
freeze("$(PORT_DIR)/modules")
freeze("$(MPY_DIR)/drivers/onewire")
include("$(MPY_DIR)/extmod/uasyncio/manifest.py")
include("$(MPY_DIR)/drivers/neopixel/manifest.py")