From 8900ace37830d5563ae22bdac6fe46053a2990a3 Mon Sep 17 00:00:00 2001 From: Tanks Transfeld Date: Tue, 21 Mar 2023 18:28:38 +0100 Subject: [PATCH] Update embedded-workshop-book/src/pac-exercise.md Co-authored-by: Jonathan Pallant --- embedded-workshop-book/src/pac-exercise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedded-workshop-book/src/pac-exercise.md b/embedded-workshop-book/src/pac-exercise.md index 7f66e4a..8f30861 100644 --- a/embedded-workshop-book/src/pac-exercise.md +++ b/embedded-workshop-book/src/pac-exercise.md @@ -1,5 +1,5 @@ # Generating and Using a PAC -In this module you will learn how to generate a PAC (Peripheral Access Crate) from an SVD file, read it's documentation and write a small program that enables the UARTE0 register. +In this module you will learn how to generate a PAC (Peripheral Access Crate) from an SVD file, read its documentation and write a small program that enables the UARTE0 peripheral.