Clan up the structure
This commit is contained in:
parent
340f0329fa
commit
45141798d8
42 changed files with 134 additions and 452 deletions
16
components/app/inc/irq_bridge.h
Normal file
16
components/app/inc/irq_bridge.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
#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_
|
Loading…
Add table
Add a link
Reference in a new issue