Skip to content

Commit 63f3280

Browse files
authored
Update default.yml
Added entry for Arduino mega1280 boards
1 parent cb3fe8d commit 63f3280

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

misc/default.yml

+9
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,15 @@ platforms:
9292
defines:
9393
warnings:
9494
flags:
95+
mega1280:
96+
board: arduino:avr:mega:cpu=atmega1280
97+
package: arduino:avr
98+
gcc:
99+
features:
100+
defines:
101+
- __AVR_ATmega1280__
102+
warnings:
103+
flags:
95104
mega2560:
96105
board: arduino:avr:mega:cpu=atmega2560
97106
package: arduino:avr

0 commit comments

Comments
 (0)