Commented out the unused function

This commit is contained in:
jakeg00dwin 2024-07-24 17:54:27 -07:00
parent 2be04980d1
commit 437479b0b5
1 changed files with 3 additions and 1 deletions

View File

@ -38,12 +38,14 @@
void (*Delay_MicroSeconds)(double us) = _delay_us;
//void (*Delay_MicroSeconds)(double us) = _delay_ms;
/*
static void CLK_DisablePrescaler(void)
{
//CCP = CCP_IOREG_gc; /* Write the needed signature to CCP*/
//CCP = CCP_IOREG_gc; //Write the needed signature to CCP
ccp_write_io((void *) & (CLKCTRL.MCLKCTRLA), 0x00); //select internal 20MHz clock.
ccp_write_io((void *) & (CLKCTRL.MCLKCTRLB), 0x00); //Disable the pre-scaler.
}
*/
int main(int argc, char **argv)