remove unnecessary definition

This commit is contained in:
Lea 2023-09-01 09:39:25 +02:00
parent 2d5ad1d6f4
commit 66274c421c
Signed by: Lea
GPG key ID: 1BAFFE8347019C42
2 changed files with 1 additions and 2 deletions

View file

@ -12,7 +12,7 @@
"AVR.device.type": "atmega2560",
"AVR.device.frequency": 16000000,
"AVR.programmer.type": "wiring",
"AVR.programmer.port": "/dev/ttyACM1",
"AVR.programmer.port": "/dev/ttyACM0",
"AVR.programmer.rate": 115200,
"AVR.programmer.arguments": [
"-D"

1
main.c
View file

@ -1,6 +1,5 @@
#define __AVR_ATmega2560__
#define F_CPU 16000000UL
#define DISPLAY PORTF
#define TICK_BEEP true
#include <avr/io.h>