Merge branch 'cmake_flow' into develop
This commit is contained in:
10
include/minres/devices/interrupt.h
Normal file
10
include/minres/devices/interrupt.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _DEVICES_INTERRUPT_H
|
||||
#define _DEVICES_INTERRUPT_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define irq_t void*
|
||||
|
||||
static inline void irq_init(volatile irq_t* reg) {}
|
||||
|
||||
#endif /* _DEVICES_INTERRUPT_H */
|
Reference in New Issue
Block a user