Jeon byungchul
/
aws-iot-example
this is fork and i will modify for STM32
Fork of AWS-test by
Diff: aws-iot/include/aws_iot_error.h
- Revision:
- 2:db59f45ad3d3
- Parent:
- 0:cd5404401c2f
--- a/aws-iot/include/aws_iot_error.h Wed Apr 12 14:09:46 2017 +0200 +++ b/aws-iot/include/aws_iot_error.h Fri Aug 04 14:06:06 2017 +0900 @@ -51,9 +51,9 @@ /** Returned when a connection request is successful and packet response is connection accepted */ MQTT_CONNACK_CONNECTION_ACCEPTED = 1, /** Success return value - no error occurred */ - SUCCESS = 0, + IOT_SUCCESS = 0, /** A generic error. Not enough information for a specific error code */ - FAILURE = -1, + IOT_FAILURE = -1, /** A required parameter was passed as null */ NULL_VALUE_ERROR = -2, /** The TCP socket could not be established */