Fix caselight on Due (#9364)

This commit is contained in:
Bob-the-Kuhn 2018-02-02 04:13:33 -06:00 committed by Scott Lahteine
parent b13099de3f
commit a0570ff1eb

View file

@ -89,6 +89,7 @@
#define _SET_OUTPUT(IO) do{ pmc_enable_periph_clk(g_APinDescription[IO].ulPeripheralId); \
PIO_Configure(g_APinDescription[IO].pPort, _READ(IO) ? PIO_OUTPUT_1 : PIO_OUTPUT_0, \
g_APinDescription[IO].ulPin, g_APinDescription[IO].ulPinConfiguration); \
g_pinStatus[IO] = (g_pinStatus[IO] & 0xF0) | PIN_STATUS_DIGITAL_OUTPUT;\
}while(0)
/// set pin as input with pullup mode