FT_CAN_AL -> can-halal
This commit is contained in:
parent
5d53db3e05
commit
73e878097e
|
@ -1,3 +1,3 @@
|
|||
[submodule "Core/Lib/FT_CAN_AL"]
|
||||
path = Core/Lib/FT_CAN_AL
|
||||
path = Core/Lib/can-halal
|
||||
url = ssh://git@git.fasttube.de:313/FaSTTUBe/FT_CAN_AL.git
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit dc60f07b4a5f019bb1b44d43ea699b9961f143c6
|
|
@ -0,0 +1 @@
|
|||
Subproject commit b2929ad66414b394805ee1d2b9c4778a2f9fe515
|
|
@ -3,7 +3,7 @@
|
|||
#include "main.h"
|
||||
#include "ui.h"
|
||||
|
||||
#include "FT_CAN_AL.h"
|
||||
#include "can-halal.h"
|
||||
|
||||
#include "stm32h7xx.h"
|
||||
#include "stm32h7xx_hal.h"
|
||||
|
|
|
@ -37,7 +37,7 @@ BUILD_DIR = build
|
|||
# C sources
|
||||
C_SOURCES = \
|
||||
AZURE_RTOS/App/app_azure_rtos.c \
|
||||
Core/Lib/FT_CAN_AL/FT_CAN_AL.c \
|
||||
Core/Lib/can-halal/can-halal.c \
|
||||
Core/Src/app.c \
|
||||
Core/Src/app_threadx.c \
|
||||
Core/Src/hx8357d.c \
|
||||
|
@ -471,7 +471,7 @@ AS_INCLUDES = \
|
|||
C_INCLUDES = \
|
||||
-IAZURE_RTOS/App \
|
||||
-ICore/Inc \
|
||||
-ICore/Lib/FT_CAN_AL \
|
||||
-ICore/Lib/can-halal \
|
||||
-IDrivers/CMSIS/Device/ST/STM32H7xx/Include \
|
||||
-IDrivers/CMSIS/Include \
|
||||
-IDrivers/STM32H7xx_HAL_Driver/Inc \
|
||||
|
|
Loading…
Reference in New Issue