Skip to content

Commit

Permalink
stm32: fix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
amirgon committed Jun 17, 2023
1 parent 7e9fa61 commit 52615da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/stm32/boards/manifest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include("$(MPY_DIR)/extmod/uasyncio")
require("dht")
require("onewire")
freeze("$(MPY_DIR)/drivers/display", ("lcd160cr.py", "lcd160cr_test.py"))
freeze("$(MPY_DIR)/lib/micropython-lib/micropython/drivers/display/lcd160cr", ("lcd160cr.py", "lcd160cr_test.py"))
freeze("$(MPY_DIR)/lib/lv_bindings/lib", "lv_utils.py")

0 comments on commit 52615da

Please sign in to comment.