Teacup_Firmware/cpu-avr.c

13 lines
242 B
C

/** \file
\brief CPU initialisation, AVR specific part.
To be included from cpu.c, for details see there.
*/
#if defined TEACUP_C_INCLUDE && defined __AVR__
/* Nothing yet. */
#endif /* defined TEACUP_C_INCLUDE && defined __AVR__ */