16 lines
No EOL
221 B
C
16 lines
No EOL
221 B
C
#ifndef IRQ_BRIDGE_H_
|
|
#define IRQ_BRIDGE_H_
|
|
|
|
#if defined(__cplusplus)
|
|
extern "C" {
|
|
#endif
|
|
|
|
void usart1_tx_dma_isr();
|
|
void usart1_rx_dma_isr();
|
|
void usart1_isr();
|
|
|
|
#if defined(__cplusplus)
|
|
}
|
|
#endif
|
|
|
|
#endif // IRQ_BRIDGE_H_
|