From 5516dd3ac4a28c03b095101ff45f8787c895b847 Mon Sep 17 00:00:00 2001 From: Robin Krens Date: Wed, 18 May 2022 19:36:11 +0200 Subject: [PATCH] makefile: change comments --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ddb793..6b3bf06 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# ATmega328P, shitty Chinese arduino clone (just an atmega328p with arduino bootloader/flasher) +# attiny25 makefile MCU = attiny25 F_CPU = 8000000UL -- 2.7.4