updated to reflect the instructed powershell commands.

This commit is contained in:
jakeg00dwin 2025-02-14 12:49:17 -08:00
parent 9e558b2ae9
commit 6283ddb7c5
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ set(AVR_MCU attiny13a)
#set(F_CPU 16000000UL) #set(F_CPU 16000000UL)
#set(F_CPU 8000000) #set(F_CPU 8000000)
set(F_CPU 4800000) set(F_CPU 9600000)
#set(F_CPU 4800000)
add_compile_definitions(F_CPU=${F_CPU}) add_compile_definitions(F_CPU=${F_CPU})
# add_compile_definitions(MCU=atmega328p) # add_compile_definitions(MCU=atmega328p)