fixes inline declarations of functions

This commit is contained in:
2025-04-13 18:13:31 +02:00
parent c73bc9e144
commit e1ea5a98d6
14 changed files with 1107 additions and 1733 deletions

View File

@@ -5,7 +5,6 @@
#define irq_t void*
inline void irq_init(volatile irq_t* reg){
}
static inline void irq_init(volatile irq_t* reg) {}
#endif /* _DEVICES_INTERRUPT_H */