//***************************************************************************************
#include <pic18.h>
//***************************************************************************************
//*The declaration of __CONFIG(n,x) is in pic18.h *
//*The __CONFIG(n,x) directive defines configuration data within is in pic18fxx2.h *
//***************************************************************************************
__CONFIG(1,RC) ;
__CONFIG(2,PWRTDIS & WDTPS1 & WDTEN ) ;
__CONFIG(4,STVRDIS) ;