Просмотр исходного кода

fix gpio->app_hal dependencies

aanper 5 лет назад
Родитель
Сommit
efef30f51c
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      app/Arduino.h
  2. 1 1
      target_prod/Makefile

+ 1 - 1
app/Arduino.h

@@ -1,7 +1,7 @@
 extern "C" {
     #include "main.h"
     #include "cmsis_os.h"
-    #include "gpio.h"
+    #include "app_hal.h"
     #include <stdio.h>
 }
 

+ 1 - 1
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