Explorar el Código

fix gpio->app_hal dependencies

aanper hace 5 años
padre
commit
efef30f51c
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      app/Arduino.h
  2. 1 1
      target_prod/Makefile

+ 1 - 1
app/Arduino.h

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

+ 1 - 1
target_prod/Makefile

@@ -96,7 +96,7 @@ startup_stm32l476xx.s
 CPP_SOURCES = ../app/app.cpp
 CPP_SOURCES = ../app/app.cpp
 
 
 C_SOURCES += ../app/write.c
 C_SOURCES += ../app/write.c
-C_SOURCES += ../app/gpio.c
+C_SOURCES += ../app/app_hal.c
 
 
 #######################################
 #######################################
 # binaries
 # binaries