remove unnecessary definition

This commit is contained in:
Lea 2023-09-08 10:51:18 +02:00
parent d304b2bc93
commit 9e74811115
Signed by: Lea
GPG key ID: 1BAFFE8347019C42

1
main.c
View file

@ -1,6 +1,5 @@
#define __AVR_ATmega2560__ #define __AVR_ATmega2560__
#define F_CPU 16000000UL #define F_CPU 16000000UL
#define TICK_BEEP false
#include <avr/io.h> #include <avr/io.h>
#include <util/delay.h> #include <util/delay.h>