mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-07 19:01:54 -07:00
fix gpio->app_hal dependencies
This commit is contained in:
+1
-1
@@ -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