/** * \file * * * \brief Low-level serial module for ARM (inplementation). * * \author Daniele Basile * * This module is automatically included so no need to include * in test list. * notest: arm * */ #ifndef WIZ_AUTOGEN #warning This file is deprecated, you should use ser_at91.c #include #if CPU_ARM_AT91 #include "ser_at91.c" #elif CPU_ARM_LPC2378 #include "ser_lpc2.c" /*#elif Add other ARM families here */ #else #error Unknown CPU #endif #endif /* WIZ_AUTOGEN */