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 dependency on mbed::callback #26

Closed geky closed 7 years ago

geky commented 7 years ago

The mbed::callback function was not introduced until mbed OS 5.2.

To support previous versions, the mbed::callback function was replaced with the explicitly typed callback constructors.

Fixes https://github.com/ARMmbed/mbed-events/issues/25