GoogleCloudPlatform / iot-device-sdk-embedded-c

Cloud IoT Device SDK for Connectivity to IoT Core.
Other
247 stars 83 forks source link

Exposed iotc_get_state_string in include/iotc_error.h to aid in debug… #54

Closed dmercer-google closed 5 years ago

dmercer-google commented 5 years ago

Exposed iotc_get_state_string in include/iotc_error.h to more elegantly make it available to external developers who want to use it for debugging.

Also fixed a bug on line 117 of the old iotclib/iotc_err.c where the element didn't have a comma after it.