File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,5 @@ rustflags = [
22
22
[build ]
23
23
target = " thumbv6m-none-eabi"
24
24
25
- [package .b1display ]
26
- target = " thumbv6m-none-eabi"
27
-
28
25
[env ]
29
26
DEFMT_LOG = " debug"
Original file line number Diff line number Diff line change @@ -15,9 +15,10 @@ members = [
15
15
# Because that'll lead to all features enabled in `lotus-inputmodules` and it
16
16
# doesn't currently support building with all features enabled at the same
17
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
18
20
default-members = [
19
21
" lotus-inputmodules" ,
20
- " inputmodule-control"
21
22
]
22
23
23
24
# [patch.'https://github.com/rp-rs/rp-hal.git']
You can’t perform that action at this time.
0 commit comments