Skip to content

Commit d5d4318

Browse files
committed
Remove unneeded DAC and CAN arrays
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 3440757 commit d5d4318

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

variants/NUCLEO_F030R8/PeripheralPins.c

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,7 @@ const PinMap PinMap_ADC[] = {
5959
};
6060

6161
//*** DAC ***
62-
63-
const PinMap PinMap_DAC[] = {
64-
{NC, NC, 0}
65-
};
62+
// No DAC
6663

6764
//*** I2C ***
6865

@@ -181,14 +178,7 @@ const PinMap PinMap_SPI_SSEL[] = {
181178
};
182179

183180
//*** CAN ***
184-
185-
const PinMap PinMap_CAN_RD[] = {
186-
{NC, NC, 0}
187-
};
188-
189-
const PinMap PinMap_CAN_TD[] = {
190-
{NC, NC, 0}
191-
};
181+
// No CAN
192182

193183
const TimerMap TimerMap_CONFIG[] = {
194184
{TIM1, TIM1_BRK_UP_TRG_COM_IRQn, 1},

0 commit comments

Comments
 (0)