Skip to content

Commit 24988b9

Browse files
committed
Fixed convenstion in makefile
1 parent 6258626 commit 24988b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firmware/programmer/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ PROG_NAME=nando_fw
77
SRC_DIR=./
88
USB_DIR=../usb_cdc/
99
OBJ_DIR=obj/
10-
LIB_DIR=../libs
10+
LIB_DIR=../libs/
1111
INCLUDE_DIR=../
1212
TOOLCHAIN=../../../compiler/gcc-arm-none-eabi-4_9-2015q1/bin/arm-none-eabi-
1313
PROG=$(OBJ_DIR)$(PROG_NAME)
1414

15-
SPL_PATH=$(LIB_DIR)/spl/
15+
SPL_PATH=$(LIB_DIR)spl/
1616
SPL_DEVICE_SUPPORT_PATH=$(SPL_PATH)CMSIS/CM3/DeviceSupport/ST/STM32F10x/
1717
SPL_CORE_SUPPORT=$(SPL_PATH)CMSIS/CM3/CoreSupport/
1818
SPL_PERIPH_PATH=$(SPL_PATH)STM32F10x_StdPeriph_Driver/

0 commit comments

Comments
 (0)