generated from TDD-Templates/cmake_cpputest_template_avr
updated to reflect the instructed powershell commands.
This commit is contained in:
parent
9e558b2ae9
commit
6283ddb7c5
|
@ -16,7 +16,8 @@ set(AVR_MCU attiny13a)
|
|||
|
||||
#set(F_CPU 16000000UL)
|
||||
#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(MCU=atmega328p)
|
||||
|
|
Loading…
Reference in New Issue