lpc546xx: remove obsolete line

pull/5516/head
gorazd 2017-11-18 10:44:33 +01:00
parent 8411134184
commit 5c2f2c3cff
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ void analogin_init(analogin_t *obj, PinName pin)
/* Clear the DIGIMODE bit */
reg = IOCON->PIO[port_number][pin_number] & ~IOCON_PIO_DIGIMODE_MASK;
reg &= ~(1UL << IOCON_PIO_DIGIMODE_SHIFT);
IOCON->PIO[port_number][pin_number] = reg;
ADC_ClockPower_Configuration();