Contiki 3.x
irq.c
1 /**
2  * \addtogroup mbxxx-platform
3  *
4  * @{
5  */
6 void
7 irq_init(void)
8 {
9 }
10 
11 /** @} */