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 d1bd4fb commit ccc6a15Copy full SHA for ccc6a15
nrf-hal-common/build.rs
@@ -6,7 +6,7 @@ fn main() {
6
// that early.
7
if env::var("TARGET").unwrap() == "thumbv6m-none-eabi" {
8
eprintln!(
9
- "the nRF HAL does not support the `thumbv6m-none-eabi` target; \
+ "this nRF device does not support the `thumbv6m-none-eabi` target; \
10
build for `thumbv7em-none-eabi(hf)` instead"
11
);
12
process::exit(1);
0 commit comments