Blame |
Last modification |
View Log
| SVN
| RSS feed
/**
* Configuration file for the MCU.C software module.
*/
#ifndef MCU_CFG_H_
#define MCU_CFG_H_
/*-----------------------------------------------------------------------------
* Defines
*---------------------------------------------------------------------------*/
/**
* MCU type. Determines which MCU is used for the project.
*/
#define MCU MCU_ATMEGA8
#endif /*MCU_CFG_H_*/