removed delay header

This commit is contained in:
hugogogo
2025-03-05 16:25:58 +01:00
parent 293afbe032
commit 4b3e730e0b

View File

@@ -1,5 +1,4 @@
#include <avr/io.h>
#include <util/delay.h>
// #define FIRST_LETTER_IMPL(x) #x[0]
// #define FIRST_LETTER(x) FIRST_LETTER_IMPL(x)