ARMmbed / mbed-events

DEPRECATED! This project has moved to mbed-os
https://github.com/ARMmbed/mbed-os/tree/master/events
Apache License 2.0
11 stars 6 forks source link

Remove use of gcc-specific struct initializers #21

Closed geky closed 7 years ago

geky commented 7 years ago

Although it saves a significant number of lines, the previously used struct initializers are limited to gcc-extensions, C99, and C++11, causing compilation errors on C++03 compilers such as ARMCC and IAR.

Effectively reverts 1db78bc in #18