From 437479b0b5cdc74c87866da16038cfba8b0ba19c Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Wed, 24 Jul 2024 17:54:27 -0700 Subject: [PATCH] Commented out the unused function --- src/main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)