ThingSet / thingset-device-library

ThingSet library for resource-constrained devices written in C/C++
https://thingset.io/thingset-device-library/
Apache License 2.0
13 stars 6 forks source link

Remove C compat. headers to fix C++ compiler issues #28

Closed martinjaeger closed 2 years ago

martinjaeger commented 2 years ago
is sometimes not found and deprecated. C++ compilers can also provide the standard C headers like stdbool.h. Fixes #27 Ping @cfoucher-laas
martinjaeger commented 2 years ago

@cfoucher-laas can you confirm if this fixes your issue?

cfoucher-laas commented 2 years ago

Hello Martin, Yes, I checked out on the remove-c-compatibility-includes branch and it works perfectly, thank you.

martinjaeger commented 2 years ago

Hello Martin, Yes, I checked out on the remove-c-compatibility-includes branch and it works perfectly, thank you.

Great, thanks. Gonna merge it then.