set the frequency to the default of 9.8MHz

This commit is contained in:
jakeg00dwin 2024-05-22 18:21:10 -07:00
parent 8bbde5260e
commit cc60aa9f30
1 changed files with 2 additions and 2 deletions

View File

@ -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