From 574cc58a51134072b483fb1934ec4b365b3710d7 Mon Sep 17 00:00:00 2001 From: Jean-Benoist Leger <jbleger@hds.utc.fr> Date: Sun, 1 Sep 2024 08:24:23 +0200 Subject: [PATCH] xmega128a3u --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f2a219c..afd5ec2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -DEVICE = atxmega256a3u +DEVICE = atxmega128a3u PROGRAMMER = -c avrispmkII OBJECTS = main.o clock.o debug.o bus.o status.o utils.o messages.o orders.o thermometer_cold.o thermometer_hot.o median_filter.o leds.o main_timer.o PORT = usb -- GitLab