예제 #1
0
파일: pios_board.c 프로젝트: Crash1/TauLabs
void PIOS_ADC_DMC_irq_handler(void)
{
	/* Call into the generic code to handle the IRQ for this specific device */
	PIOS_ADC_DMA_Handler();
}
예제 #2
0
void PIOS_ADC_handler() {
	PIOS_ADC_DMA_Handler();
}