From 60c9ef97b36019cf4b6e453c3f2e6616ce1b9235 Mon Sep 17 00:00:00 2001 From: Craig Duffy <craig.duffy@uwe.ac.uk> Date: Sun, 22 Sep 2024 09:40:19 +0000 Subject: [PATCH] Update Makefile --- Lab5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lab5/Makefile b/Lab5/Makefile index 3c9bb5b..652a00b 100644 --- a/Lab5/Makefile +++ b/Lab5/Makefile @@ -12,7 +12,7 @@ stm32l4xx_hal_dma.o stm32l4xx_hal_uart.o stm32l4xx_hal_uart_ex.o stm32l4xx_hal_e # Tool path -TOOLROOT =/usr/bin +TOOLROOT =/opt/gcc-arm-none-eabi/bin # Library path -- GitLab