Contiki 3.x
uart1.h
1 /*
2  * This file exists simply to make some broken examples (rpl-border-router
3  * etc.) that are dependent on platform specific headers compile correctly.
4  */
5 
6 #ifndef DEV_UART1_H
7 #define DEV_UART1_H
8 
9 #endif