EC600U_esp32_iap_uart/nw/inc/nw_demo.h
2024-02-05 17:39:56 +08:00

46 lines
1.2 KiB
C

/**
@file
nw_demo.h
@brief
This file provides the definitions for nw demo, and declares the
API functions.
*/
/*============================================================================
Copyright (c) 2020 Quectel Wireless Solution, Co., Ltd. All Rights Reserved.
Quectel Wireless Solution Proprietary and Confidential.
=============================================================================*/
/*===========================================================================
EDIT HISTORY FOR MODULE
This section contains comments describing changes made to the module.
Notice that changes are listed in reverse chronological order.
WHEN WHO WHAT, WHERE, WHY
---------- ------------ ----------------------------------------------------
=============================================================================*/
#ifndef NW_DEMO_H
#define NW_DEMO_H
#ifdef __cplusplus
extern "C" {
#endif
/*========================================================================
* function Definition
*========================================================================*/
void ql_nw_app_init(void);
#ifdef __cplusplus
}/*"C" */
#endif
#endif /*NW_DEMO_H*/