From 19cf5c291224680b22ad509d95174d50c879e6be Mon Sep 17 00:00:00 2001 From: Tanks Transfeld Date: Tue, 21 Mar 2023 18:23:03 +0100 Subject: [PATCH] Update embedded-workshop-book/src/generating-pac.md Co-authored-by: Jonathan Pallant --- embedded-workshop-book/src/generating-pac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedded-workshop-book/src/generating-pac.md b/embedded-workshop-book/src/generating-pac.md index a65642d..ddc7bcd 100644 --- a/embedded-workshop-book/src/generating-pac.md +++ b/embedded-workshop-book/src/generating-pac.md @@ -32,7 +32,7 @@ cargo install form ✅ Download [nrf-svd][svd](This version has an error: writeonce needs to be changed to writeOnce) Place the file into `down-the-stack/dk-pac`. Note how we provide a `Cargo.toml` file, as it will not be generated by svd2rust. -✅ In the terminal, go to the file's location. Run `svd2rust` with the SVD file to generate a PAC using the `cortex-m` flag. +✅ In the terminal, go to the file's location. Run `svd2rust` with the SVD file to generate a PAC using the `cortex-m` target. ``` svd2rust --target cortex-m -i nrf52.svd