Update embedded-workshop-book/src/generating-pac.md

Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
This commit is contained in:
Tanks Transfeld 2023-03-21 18:17:33 +01:00 committed by GitHub
parent a80583fb3e
commit 6c513bd4d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ Generate your own PAC from an SVD file.
## In this exercise you will learn how to ## In this exercise you will learn how to
* generate a PAC from an SVD file. * generate a PAC from an SVD file.
* format the generated code. * format the generated code.
* split the single PAC file into it's modules. * split the single PAC file into one file per module.
## Prerequisites ## Prerequisites
* usage of cargo install * usage of cargo install