From d84cc58db99013d9281bbd35a90707971f6418a9 Mon Sep 17 00:00:00 2001 From: Tanks Transfeld Date: Tue, 21 Mar 2023 18:21:41 +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 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.