Disabled alignment on AVR (fixes #1231)

This commit is contained in:
Benoit Blanchon
2020-04-08 10:16:05 +02:00
parent 1791dccbf2
commit 67e78f0751
7 changed files with 131 additions and 11 deletions

View File

@@ -8,6 +8,7 @@ HEAD
* Fixed "statement is unreachable" warning on IAR (issue #1233)
* Fixed "pointless integer comparison" warning on IAR (issue #1233)
* Added CMake "install" target (issue #1209)
* Disabled alignment on AVR (issue #1231)
v6.15.0 (2020-03-22)
-------