This commit is contained in:
Philippe Teuwen 2019-04-14 13:37:53 +02:00
commit 9676d788e0
5 changed files with 11 additions and 11 deletions

View file

@ -468,7 +468,7 @@ void SetAdcMuxFor(uint32_t whichGpio) {
LOW(GPIO_MUXSEL_LOPKD);
LOW(GPIO_MUXSEL_HIRAW);
LOW(GPIO_MUXSEL_LORAW);
#else
// FPC serial uses HIRAW/LOWRAW pins, so they are excluded here.
AT91C_BASE_PIOA->PIO_OER = GPIO_MUXSEL_HIPKD | GPIO_MUXSEL_LOPKD;