1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-17 02:52:12 +01:00

OP-782 fixed duplicated entry for adc input.

This commit is contained in:
Alessio Morale 2012-12-30 12:26:28 +01:00
parent f93a9affa9
commit 657701348c

View File

@ -272,7 +272,6 @@ extern uint32_t pios_packet_handler;
{GPIOC, GPIO_Pin_2, ADC_Channel_12}, \
{NULL, 0, ADC_Channel_Vrefint}, /* Voltage reference */ \
{NULL, 0, ADC_Channel_TempSensor}, /* Temperature sensor */ \
{GPIOC, GPIO_Pin_2, ADC_Channel_12} \
}
/* we have to do all this to satisfy the PIOS_ADC_MAX_SAMPLES define in pios_adc.h */