unsigned char _sdcc_external_startup ( void )
{
   PCA0MD &= ~0x40;	// Disable Watchdog timer temporarily
   return 0;
}