Skip to content

Commit bb2fd00

Browse files
committed
stm32: fix manifest
1 parent 7e9fa61 commit bb2fd00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/stm32/boards/manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include("$(MPY_DIR)/extmod/uasyncio")
22
require("dht")
33
require("onewire")
4-
freeze("$(MPY_DIR)/drivers/display", ("lcd160cr.py", "lcd160cr_test.py"))
4+
freeze("$(MPY_DIR)/lib/micropython-lib/micropython/drivers/display", ("lcd160cr.py", "lcd160cr_test.py"))
55
freeze("$(MPY_DIR)/lib/lv_bindings/lib", "lv_utils.py")

0 commit comments

Comments
 (0)