Commented out the unused function
This commit is contained in:
parent
2be04980d1
commit
437479b0b5
|
@ -38,12 +38,14 @@
|
||||||
void (*Delay_MicroSeconds)(double us) = _delay_us;
|
void (*Delay_MicroSeconds)(double us) = _delay_us;
|
||||||
//void (*Delay_MicroSeconds)(double us) = _delay_ms;
|
//void (*Delay_MicroSeconds)(double us) = _delay_ms;
|
||||||
|
|
||||||
|
/*
|
||||||
static void CLK_DisablePrescaler(void)
|
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.MCLKCTRLA), 0x00); //select internal 20MHz clock.
|
||||||
ccp_write_io((void *) & (CLKCTRL.MCLKCTRLB), 0x00); //Disable the pre-scaler.
|
ccp_write_io((void *) & (CLKCTRL.MCLKCTRLB), 0x00); //Disable the pre-scaler.
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
|
|
Loading…
Reference in New Issue