mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Fix typo in native build
This commit is contained in:
parent
f44e2fc1f2
commit
196eb382fa
@ -347,7 +347,7 @@ void gpioSetup(void)
|
||||
gpioSavePinConfig(0, 3, HASP_GPIO_RELAY, 0, -1);
|
||||
gpioSavePinConfig(1, 4, HASP_GPIO_RELAY, 0, -1);
|
||||
gpioSavePinConfig(2, 13, HASP_GPIO_LED, 0, -1);
|
||||
gpioSavePinConfig(3, 14, HASP_GPIO_LEDAC, 0, -1);
|
||||
gpioSavePinConfig(3, 14, HASP_GPIO_DAC, 0, -1);
|
||||
}
|
||||
void gpioLoop(void)
|
||||
{}
|
||||
|
Loading…
x
Reference in New Issue
Block a user