We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd34805 commit 6cb31a2Copy full SHA for 6cb31a2
Cargo.toml
@@ -9,17 +9,15 @@ members = [
9
"c1minimal",
10
"ledmatrix",
11
"fl16-inputmodules",
12
- "inputmodule-control"
+ "inputmodule-control",
13
]
14
# Don't build all of them by default.
15
# Because that'll lead to all features enabled in `fl16-inputmodules` and it
16
# doesn't currently support building with all features enabled at the same
17
# time.
18
# Can't add `inputmodule-control` because it must be built with the host system
19
# target. But we set the default target to thumbv6m-none-eabi
20
-default-members = [
21
- "fl16-inputmodules",
22
-]
+default-members = ["fl16-inputmodules"]
23
24
#[patch.'https://github.com/rp-rs/rp-hal.git']
25
#rp2040-hal = { path = "./rp2040-hal" }
0 commit comments