53 lines
1.6 KiB
C
53 lines
1.6 KiB
C
/*
|
|
** ###################################################################
|
|
** THIS MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
|
|
** Contents :
|
|
** Function "MCU_init" initializes selected peripherals.
|
|
** By default it is empty. Select "Generate Code"
|
|
** to produce initialization code.
|
|
**
|
|
** Copyright : 1997 - 2009 Freescale Semiconductor, Inc. All Rights Reserved.
|
|
**
|
|
** http : www.freescale.com
|
|
** mail : support@freescale.com
|
|
** ###################################################################
|
|
*/
|
|
|
|
|
|
/* User declarations and definitions */
|
|
/* Code, declarations and definitions here will be preserved during code generation */
|
|
/* End of user declarations and definitions */
|
|
|
|
/*
|
|
** ===================================================================
|
|
** Method : MCU_init
|
|
**
|
|
** Description :
|
|
** Device initialization code for selected peripherals.
|
|
** ===================================================================
|
|
*/
|
|
void MCU_init(void)
|
|
{
|
|
/* Select "Generate Code" to create initialization code here */
|
|
} /*MCU_init*/
|
|
|
|
|
|
|
|
extern near void _Startup(void); /* reset interrupt service routine */
|
|
|
|
void (* near const _vect[])() @0xFFFE = { /* RESET Interrupt vector */
|
|
_Startup
|
|
};
|
|
|
|
|
|
/* END */
|
|
|
|
/*
|
|
** ###################################################################
|
|
**
|
|
** This file was created by Processor Expert
|
|
** for the Freescale HC08 series of microcontrollers.
|
|
**
|
|
** ###################################################################
|
|
*/
|