ARMmbed / mbed-client-classic

DEPRECATED: mbed Client adaptation layer for mbed OS Classic
https://cloud.mbed.com/docs/current
Apache License 2.0
0 stars 5 forks source link

connectionhandler: remove unnecessary include dependency on mbedos #51

Closed TeroJaasko closed 7 years ago

TeroJaasko commented 7 years ago

The code used mbed.h to get declaration of malloc() and free(). Replace that with platfom independent stdlib.h.

JanneKiiskila commented 7 years ago

Looks good to me! Quickly done Tero, thanks!

JanneKiiskila commented 7 years ago

rebuild

TeroJaasko commented 7 years ago

rebuild

teetak01 commented 7 years ago

cloud-tests are ok, retriggered the other set.

yogpan01 commented 7 years ago

rebuild

yogpan01 commented 7 years ago

Need to start pushing these PRs in now, builds are passing, Smoke runs are getting interrupted by CI. But this PR is good-to-go.