mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 12:55:23 +01:00
adapt to changes in rtfm-syntax
This commit is contained in:
parent
2f4f185778
commit
0e146f8d11
11 changed files with 28 additions and 14 deletions
|
|
@ -8,8 +8,10 @@ fn ui() {
|
|||
|
||||
config.mode = Mode::Ui;
|
||||
config.src_base = PathBuf::from("ui/single");
|
||||
config.target_rustcflags =
|
||||
Some("--edition=2018 -L target/debug/deps -Z unstable-options --extern rtfm --extern lm3s6965".to_owned());
|
||||
config.target_rustcflags = Some(
|
||||
"--edition=2018 -L target/debug/deps -Z unstable-options --extern rtfm --extern lm3s6965"
|
||||
.to_owned(),
|
||||
);
|
||||
config.link_deps();
|
||||
config.clean_rmeta();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue