MCUXpresso_MIMXRT1052xxxxB/boards/evkbimxrt1050/lwip_examples/lwip_mqtt/freertos/mqtt_freertos.h
Yilin Sun c2668b7ca0
Update SDK to v2.13.0
Signed-off-by: Yilin Sun <imi415@imi.moe>
2023-01-26 09:35:56 +08:00

22 lines
356 B
C

/*
* Copyright 2022 NXP
* All rights reserved.
*
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef MQTT_FREERTOS_H
#define MQTT_FREERTOS_H
#include "lwip/netif.h"
/*!
* @brief Create and run example thread
*
* @param netif netif which example should use
*/
void mqtt_freertos_run_thread(struct netif *netif);
#endif /* MQTT_FREERTOS_H */