/************************************************************* * * Template file for MC68HC908JLx C program * * By Allan Weber, USC Dept. of Electrical Engineering, 8/24/06 * *************************************************************/ #include /* for EnableInterrupts macro */ #include "derivative.h" /* include peripheral declarations */ void main(void) { // EnableInterrupts; /* enable interrupts */ /* include your code here */ CONFIG1_COPD = 1; // disable COP reset /* Put program here */ /* please make sure that you never leave this function */ }