libmbus stuff

This commit is contained in:
2020-11-03 08:26:32 +01:00
parent a82431c529
commit 229bcb5367
4 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,7 @@ BUILD_DIR = build
# C sources
C_SOURCES = \
User/Src/frontend.c User/Src/signal.c User/Src/logger.c User/Src/loopCtrl.c User/Src/main2.c User/Src/mbusComm.c User/Src/ringbuffer.c hottislib/PontCoopScheduler.c \
libmbus/mbus/mbus-protocol.c \
Core/Src/main.c \
Core/Src/gpio.c \
Core/Src/adc.c \
@ -120,6 +121,7 @@ AS_INCLUDES =
# C includes
C_INCLUDES = \
-Ihottislib \
-Ilibmbus \
-IUser/Inc \
-ICore/Inc \
-IDrivers/STM32F1xx_HAL_Driver/Inc \