From baa572a98d79c8c263252f40c269ae78b73947c9 Mon Sep 17 00:00:00 2001 From: Tanks Transfeld Date: Tue, 21 Mar 2023 18:14:11 +0100 Subject: [PATCH] Update embedded-workshop-book/src/enabling-uarte.md Co-authored-by: Jonathan Pallant --- embedded-workshop-book/src/enabling-uarte.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedded-workshop-book/src/enabling-uarte.md b/embedded-workshop-book/src/enabling-uarte.md index afcbfeb..31ab6d4 100644 --- a/embedded-workshop-book/src/enabling-uarte.md +++ b/embedded-workshop-book/src/enabling-uarte.md @@ -14,7 +14,7 @@ Write a simple program which uses the PAC to enable the UARTE0. See how writing ## Tasks * Find out which values can be written into the `enable` register. * Take ownership of the board's peripherals -* Write a helper function that reads the UARTE0's `enable` register and print's status. +* Write a helper function that reads `UARTE0`'s `enable` register and prints the enable status. * Enable the UARTE0 peripheral using a safe method. * Disable the UARTE0 peripheral by writing raw bits in it (unsafe).