Skip to content

Commit 52f45cb

Browse files
committed
mega2560 platform definition
1 parent a41cb36 commit 52f45cb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1616

1717
### Fixed
1818
- Library installation no longer "fails" if the library is already installed
19+
- Platform definition for `mega2560` now includes proper AVR compiler flag
1920

2021
### Security
2122

misc/default.yml

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ platforms:
9898
gcc:
9999
features:
100100
defines:
101+
- __AVR_ATmega2560__
101102
warnings:
102103
flags:
103104
cplayClassic:

0 commit comments

Comments
 (0)