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

fix gpio->app_hal dependencies

aanper пре 5 година
родитељ
комит
020955578a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/app_hal.c

+ 1 - 1
app/app_hal.c

@@ -5,7 +5,7 @@ GPIO and HAL implementations
 */
 
 #include "main.h"
-#include "gpio.h"
+#include "app_hal.h"
 
 void app_gpio_init(GpioPin gpio, GpioMode mode) {
     if(gpio.pin != 0) {