We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a41cb36 commit 52f45cbCopy full SHA for 52f45cb
CHANGELOG.md
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
16
17
### Fixed
18
- Library installation no longer "fails" if the library is already installed
19
+- Platform definition for `mega2560` now includes proper AVR compiler flag
20
21
### Security
22
misc/default.yml
@@ -98,6 +98,7 @@ platforms:
98
gcc:
99
features:
100
defines:
101
+ - __AVR_ATmega2560__
102
warnings:
103
flags:
104
cplayClassic:
0 commit comments