Fixed error Pe070 "incomplete type is not allowed" on IAR (fixes #1560)

This commit is contained in:
Benoit Blanchon
2021-05-19 15:07:59 +02:00
parent 622e7dd287
commit af3bb131c8
3 changed files with 8 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ HEAD
----
* Fixed support for `volatile float` and `volatile double` (issue #1557)
* Fixed error `[Pe070]: incomplete type is not allowed` on IAR (issue #1560)
v6.18.0 (2021-05-05)
-------