Skip to content

Commit ccc6a15

Browse files
author
Jonas Schievink
committed
Improve error message a bit
1 parent d1bd4fb commit ccc6a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nrf-hal-common/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ fn main() {
66
// that early.
77
if env::var("TARGET").unwrap() == "thumbv6m-none-eabi" {
88
eprintln!(
9-
"the nRF HAL does not support the `thumbv6m-none-eabi` target; \
9+
"this nRF device does not support the `thumbv6m-none-eabi` target; \
1010
build for `thumbv7em-none-eabi(hf)` instead"
1111
);
1212
process::exit(1);

0 commit comments

Comments
 (0)