diff --git a/embedded-workshop-book/src/generating-pac.md b/embedded-workshop-book/src/generating-pac.md index 7649cf9..a65642d 100644 --- a/embedded-workshop-book/src/generating-pac.md +++ b/embedded-workshop-book/src/generating-pac.md @@ -14,7 +14,7 @@ Generate your own PAC from an SVD file. ## Tasks * Install `svd2rust` and `form` via cargo. * Download the [nrf-svd][svd] file and place it into `down-the-stack/dk-pac`. -* Run `svd2rust` on the file using the `cortex-m` flag. +* Run `svd2rust` on the file using the `cortex-m` target. * Format the generated file to make it readable. * Split the file into its modules using `form`. * Check the documentation.