diff --git a/src/main.c b/src/main.c index 30d2d78..eab47c5 100644 --- a/src/main.c +++ b/src/main.c @@ -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)