Blame |
Last modification |
View Log
| SVN
| RSS feed
#ifndef MCU_H_
#define MCU_H_
/*-----------------------------------------------------------------------------
* Public Function Prototypes
*---------------------------------------------------------------------------*/
void Mcu_Init(void);
void Mcu_EnableIRQ(void);
void Mcu_DisableIRQ(void);
#endif /*MCU_H_*/