Skip to content

Commit 5c2f2c3

Browse files
author
gorazd
committed
lpc546xx: remove obsolete line
1 parent 8411134 commit 5c2f2c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/api/analogin_api.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ void analogin_init(analogin_t *obj, PinName pin)
4444

4545
/* Clear the DIGIMODE bit */
4646
reg = IOCON->PIO[port_number][pin_number] & ~IOCON_PIO_DIGIMODE_MASK;
47-
reg &= ~(1UL << IOCON_PIO_DIGIMODE_SHIFT);
4847
IOCON->PIO[port_number][pin_number] = reg;
4948

5049
ADC_ClockPower_Configuration();

0 commit comments

Comments
 (0)