Skip to content

Commit 4f03cd0

Browse files
committed
Remove undefined peripherals
1 parent 44b55c9 commit 4f03cd0

File tree

1 file changed

+0
-2
lines changed
  • libraries/mbed/targets/hal/TARGET_Freescale/TARGET_KL25Z

1 file changed

+0
-2
lines changed

libraries/mbed/targets/hal/TARGET_Freescale/TARGET_KL25Z/analogin_api.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121

2222
static const PinMap PinMap_ADC[] = {
2323
{PTE20, ADC0_SE0, 0},
24-
{PTE21, ADC0_SE4a, 0},
2524
{PTE22, ADC0_SE3, 0},
26-
{PTE23, ADC0_SE7a, 0},
2725
{PTE29, ADC0_SE4b, 0},
2826
{PTE30, ADC0_SE23, 0},
2927
{PTB0, ADC0_SE8, 0},

0 commit comments

Comments
 (0)