Skip to content

Commit fb9d02f

Browse files
committed
wip: committing to parse6
1 parent 1731b1c commit fb9d02f

File tree

3 files changed

+46
-746
lines changed

3 files changed

+46
-746
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ critical-section = "1.1.1"
4040
embedded-graphics = "0.7.1"
4141
embedded-hal = "0.2"
4242
esp-alloc = { version = "0.2.0", features = ["oom-handler"] }
43-
esp-println = { version = "0.4.0", default-features = false, features = ["esp32c3", "jtag_serial"] }
43+
esp-println = { version = "0.4.0", default-features = false, features = [
44+
"esp32c3",
45+
"jtag_serial",
46+
] }
4447
esp32c3-hal = { features = [
4548
"direct-boot",
4649
], version = "*" }

0 commit comments

Comments
 (0)