microchip-pic-avr-solutions / pic-iot-aws-sensor-node

10 stars 9 forks source link

MQTT_ReceptionHandler mixing and matching return value types #6

Open artyomtz opened 2 years ago

artyomtz commented 2 years ago

function declared with return type mqttCurrentState, but uses of mqttHandlerState_t: https://github.com/microchip-pic-avr-solutions/pic-iot-aws-sensor-node/blob/be0f5630800f133327bddbe68218b8654a0f3e89/PICIoT.X/mcc_generated_files/mqtt/mqtt_core/mqtt_core.c#L1270

mchpmujumdmm commented 2 years ago

@artyomtz We will look into this issue and get back on the resolution/bug fix here.