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

Because machine.bitstream is now implemented on the rp2 port.
pull/5899/head
robert-hh 2021-09-17 09:18:44 +02:00 zatwierdzone przez Damien George
rodzic b73d8b045a
commit 5ed7a748f0
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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")