From 4701e047e5983075023b970002549d5d47cdf7eb Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 22 Dec 2025 14:45:12 +0100 Subject: [PATCH] fix: incorrect header in source file --- src/crt0.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crt0.S b/src/crt0.S index 275ddb9..6a883cd 100644 --- a/src/crt0.S +++ b/src/crt0.S @@ -1,4 +1,4 @@ -#include "avr128da28.h" +#include /* This section contains the executable code. */ .section .text