16 lines
No EOL
245 B
C
16 lines
No EOL
245 B
C
#ifndef IRQ_BRIDGE_H_
|
|
#define IRQ_BRIDGE_H_
|
|
|
|
#if defined(__cplusplus)
|
|
extern "C" {
|
|
#endif
|
|
|
|
void dma1_channel4_irq_handler();
|
|
void dma1_channel5_irq_handler();
|
|
void usart1_irq_handler();
|
|
|
|
#if defined(__cplusplus)
|
|
}
|
|
#endif
|
|
|
|
#endif // IRQ_BRIDGE_H_
|