From cc60aa9f30293f9afe59eb134730fc99afc81356 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Wed, 22 May 2024 18:21:10 -0700 Subject: [PATCH] set the frequency to the default of 9.8MHz --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 7e0b14a..83b61e1 100644 --- a/makefile +++ b/makefile @@ -9,8 +9,8 @@ CC = avr-gcc #Default cpu frequency is 9.8Mhz, 4.8 gives us less power consumption #F_CPU = 1000000UL -F_CPU = 4800000UL -#F_CPU = 9800000UL +#F_CPU = 4800000UL +F_CPU = 9800000UL MCU = attiny13a # Flags