Clan up the structure

This commit is contained in:
Attila Body 2025-05-31 17:45:15 +02:00
parent 340f0329fa
commit 45141798d8
Signed by: abody
GPG key ID: BD0C6214E68FB5CF
42 changed files with 134 additions and 452 deletions

View file

@ -1,16 +0,0 @@
#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_