Files
2025-12-03 11:12:34 +08:00

17 lines
314 B
C

#ifndef _NET_INCLUDES_H_
#define _NET_INCLUDES_H_
#include "system/includes.h"
#include "board_config.h"
#include "net_http.h"
#include "net_mem.h"
#include "net_time.h"
#include "net_url_list.h"
#include "net_record.h"
#include "net_list_download.h"
#define NET_INTERFACE_EN TCFG_NETAPPLICATION_ENABLE
#endif