From 7d61446a787cb98d17096fa686078335b588eba2 Mon Sep 17 00:00:00 2001
From: Craig Duffy <craig.duffy@uwe.ac.uk>
Date: Mon, 27 Sep 2021 19:35:19 +0000
Subject: [PATCH] Update Makefile

---
 Lab2_example/Craig/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Lab2_example/Craig/Makefile b/Lab2_example/Craig/Makefile
index 5265353..3c9d6f9 100644
--- a/Lab2_example/Craig/Makefile
+++ b/Lab2_example/Craig/Makefile
@@ -34,7 +34,7 @@ OBJCOPY=$(TOOLROOT)/arm-none-eabi-objcopy
 # Code paths
 APP_CODE=$(APP)/Src
 
-# Search path for perpheral library
+# Search path for peripheral library
 
 VPATH=$(HAL)/Src:$(BSP_BL-L475):$(APP_CODE)
 
@@ -44,7 +44,7 @@ vpath %.c $(HAL)/Src
 vpath %.c $(BSP_BL-L475)
 
 
-#  Processor specific
+#  Processor and board specific settings
 
 PTYPE = STM32L475xx
 LDSCRIPT = STM32L475VGTx_FLASH.ld
-- 
GitLab