Skip to content
Snippets Groups Projects
Commit 41d2eb66 authored by Craig Duffy's avatar Craig Duffy
Browse files

Update Makefile. change paths for new structure

parent 9b9c588d
No related branches found
No related tags found
No related merge requests found
...@@ -16,11 +16,11 @@ TOOLROOT =/usr/bin ...@@ -16,11 +16,11 @@ TOOLROOT =/usr/bin
# Library path # Library path
HAL = ../../Drivers/STM32L4xx_HAL_Driver HAL = ../Drivers/STM32L4xx_HAL_Driver
BSP_BL-L475 = ../../Drivers/BSP/B-L475E-IOT01 BSP_BL-L475 = ../Drivers/BSP/B-L475E-IOT01
CMSIS = ../../Drivers/CMSIS/Core CMSIS = ../Drivers/CMSIS/Core
DEVICE = ../../Drivers/CMSIS/Device/ST/STM32L4xx/Include DEVICE = ../Drivers/CMSIS/Device/ST/STM32L4xx/Include
Common_BSP = ../../Drivers/BSP/Components/Common Common_BSP = ../Drivers/BSP/Components/Common
APP = . APP = .
# Tools # Tools
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment