Skip to content

Commit

Permalink
Fix STM32CUBEINC end of line (remove \) for stm32cube.mk (Fix a build…
Browse files Browse the repository at this point in the history
… error on GCC ARM 4.9q3)
  • Loading branch information
bvernoux committed May 24, 2018
1 parent 8600bd9 commit cb077a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drv/stm32cube/stm32cube.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ STM32CUBESRC = ./drv/stm32cube/stm32f4xx_hal_msp.c \
# Required include directories
STM32CUBEINC = ./drv/stm32cube \
./drv/stm32cube/inc \
./drv/stm32cube/inc/Legacy \
./drv/stm32cube/inc/Legacy

0 comments on commit cb077a7

Please sign in to comment.