Change ARCH and MCU settings to match chip signature

This commit is contained in:
2024-09-30 22:18:36 +02:00
parent ac7cd8a96b
commit b0f08967c7
3 changed files with 5 additions and 17 deletions

View File

@@ -9,10 +9,10 @@
# ==============================================================================
VERBOSE := false
ARCH := m1284p
ARCH := m1284
#FREQ := 18432000UL
FREQ := 8000000UL
MCU := atmega1284p
MCU := atmega1284
ASP := usbasp
CC := avr-gcc
LD := $(CC)