#include <hidef.h> /* for EnableInterrupts macro */
#include "derivative.h" /* include peripheral declarations */





void main(void) 
{
  EnableInterrupts;
  /* include your code here */


  

  for(;;) 
  {
    __RESET_WATCHDOG();	
  } 
  
}

