aqhome-mqttlog: fixed compiler warning.
This commit is contained in:
@@ -35,7 +35,7 @@ static GWEN_BUFFER *_createBufferForTopic(const char *deviceId, const AQHMQTT_TO
|
||||
* ------------------------------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
void AqHomeMqttLog_HandleSetData(AQHOME_MQTT *aqh, GWEN_MSG_ENDPOINT *ep, GWEN_MSG *recvdMsg)
|
||||
void AqHomeMqttLog_HandleSetData(AQHOME_MQTT *aqh, GWEN_UNUSED GWEN_MSG_ENDPOINT *ep, GWEN_MSG *recvdMsg)
|
||||
{
|
||||
AQH_VALUE *recvdValue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user