/** * \file * * * \brief AVR UART and SPI I/O driver (Implementation) * * \author Onno * * This module is automatically included so no need to include * in test list. * notest: avr */ #ifndef WIZ_AUTOGEN #warning This file is deprecated, you should probably use ser_mega.c #include #if CPU_AVR_MEGA #include "ser_mega.c" #elif CPU_AVR_XMEGA #include "ser_xmega.c" /*#elif Add other AVR families here */ #else #error Unknown CPU #endif #endif /* WIZ_AUTOGEN */