SAME54P20A Test Project
event.h
1 #ifndef _EVENT_H_
2 #define _EVENT_H_
3 
4 static inline void event_init(void)
5 {
6 
7 }
8 
9 #endif