fixes include guards
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _BSP_INTERRUPT_H
|
||||
#define _BSP_INTERRUPT_H
|
||||
#ifndef _DEVICES_INTERRUPT_H
|
||||
#define _DEVICES_INTERRUPT_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
inline void irq_init(volatile irq_t* reg){
|
||||
}
|
||||
|
||||
#endif /* _BSP_INTERRUPT_H */
|
||||
#endif /* _DEVICES_INTERRUPT_H */
|
||||
|
Reference in New Issue
Block a user