Преглед изворни кода

fix gpio->app_hal dependencies

aanper пре 5 година
родитељ
комит
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