BeRTOS
ser_avr.h
Go to the documentation of this file.
00001 
00039 #ifndef SER_AVR_H_
00040 #define SER_AVR_H_
00041 
00042 #include <cpu/detect.h>
00043 
00044 #if CPU_AVR_MEGA
00045     #include "ser_mega.h"
00046 #elif CPU_AVR_XMEGA
00047     #include "ser_xmega.h"
00048 /*#elif  Add other AVR families here */
00049 #else
00050     #error Unknown CPU
00051 #endif
00052 
00053 #endif /* SER_AVR_H_ */