change mcu name for avr-gcc

This commit is contained in:
2025-05-30 18:51:56 +02:00
parent 3261e399ba
commit 74a3ace504

View File

@@ -2,7 +2,7 @@
set(CMAKE_SYSTEM_NAME Generic)
set(CMAKE_SYSTEM_PROCESSOR avr)
set(AVR_MCU "ATtiny24")
set(AVR_MCU "attiny24")
set(AVR_PROGRAMMER "usbasp")
# compiler and linker settings