From 595b30cbe50efb165ccea9c8ee369013df1b5069 Mon Sep 17 00:00:00 2001 From: Leon Krieg Date: Mon, 30 Sep 2024 19:45:02 +0200 Subject: [PATCH] Update Makefile settings for new chip architecture --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 54c2073..9c3d331 100644 --- a/Makefile +++ b/Makefile @@ -9,12 +9,10 @@ # ============================================================================== VERBOSE := false -#ARCH := m1284p -ARCH := m32 +ARCH := m1284p #FREQ := 18432000UL FREQ := 8000000UL -#MCU := atmega1284p -MCU := atmega32a +MCU := atmega1284p ASP := usbasp CC := avr-gcc LD := $(CC)