You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cargo-command: cargo-preflight $(RIOTBUILD_CONFIG_HEADER_C)$(BUILDDEPS)$(CARGO_COMPILE_COMMANDS) FORCE
cargo-command: cargo-preflight $(RIOTBUILD_CONFIG_HEADER_C)$(CARGO_COMPILE_COMMANDS) FORCE
@[ x"$(CARGO_COMMAND)"!= x"" ] || ($(COLOR_ECHO)"$(COLOR_RED)Error: Running cargo-command requires a CARGO_COMMAND to be set.$(COLOR_RESET) Set CARGO_COMMAND=\"cargo clippy --release --fix\" or any other cargo command to run with the right RIOT environment.";exit 1)