Skip to content

Commit

Permalink
uasyncio -> asyncio
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme-winter committed Sep 21, 2024
1 parent a19ca48 commit cda1bee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include("$(PORT_DIR)/boards/manifest.py")
include("$(MPY_DIR)/extmod/uasyncio")
include("$(MPY_DIR)/extmod/asyncio")
require("onewire")
require("ds18x20")
require("neopixel")
Expand Down

0 comments on commit cda1bee

Please sign in to comment.