From efef30f51c1a7d0893ff235e39823b4bc2306857 Mon Sep 17 00:00:00 2001 From: aanper Date: Fri, 7 Aug 2020 17:39:18 +0300 Subject: [PATCH] fix gpio->app_hal dependencies --- app/Arduino.h | 2 +- target_prod/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Arduino.h b/app/Arduino.h index b330b28b..2d52e136 100644 --- a/app/Arduino.h +++ b/app/Arduino.h @@ -1,7 +1,7 @@ extern "C" { #include "main.h" #include "cmsis_os.h" - #include "gpio.h" + #include "app_hal.h" #include } diff --git a/target_prod/Makefile b/target_prod/Makefile index 9a82b2c2..8dc93bce 100644 --- a/target_prod/Makefile +++ b/target_prod/Makefile @@ -96,7 +96,7 @@ startup_stm32l476xx.s CPP_SOURCES = ../app/app.cpp C_SOURCES += ../app/write.c -C_SOURCES += ../app/gpio.c +C_SOURCES += ../app/app_hal.c ####################################### # binaries