Integrate f1ll (compiles, untested)
This commit is contained in:
parent
0159a9cb45
commit
2b17bb1dae
32 changed files with 924 additions and 128 deletions
15
app/inc/irq_bridge.h
Normal file
15
app/inc/irq_bridge.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
#ifndef IRQ_BRIDGE_H_
|
||||
#define IRQ_BRIDGE_H_
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void dma1_channel4_irq_handler();
|
||||
void dma1_channel5_irq_handler();
|
||||
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // IRQ_BRIDGE_H_
|
Loading…
Add table
Add a link
Reference in a new issue