fix gpio->app_hal dependencies
This commit is contained in:
		| @@ -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) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user