Files
GPS-Navigator-/ETH/UdpServer/User/interface_config.h
2025-09-05 21:09:02 +08:00

70 lines
741 B
C

#ifndef _INTERFACE_CONFIG_H_
#define _INTERFACE_CONFIG_H_
//Í·Îļþ
#include "interface.h"
#include "interface_can.h"
#include <interface_etherent.h>
#include "interface_btm.h"
#include "interface_boot.h"
//#include "interface_wdt.h"
#include "interface_24c02.h"
#include <interface_uart.h>
#include "app_frm_monitor.h"
#include "app_frm_signal.h"
#include "app_frm_timer.h"
#include "app_data_processing.h"
//#include <sdrv_gpio.h>
//#include <rom_ctrl/rom_ctrl.h>
//#include "lwip/udp.h"
#include <stdbool.h>
#include <stdio.h>
#include "debug.h"
//#include <clock_ip.h>
//#include "board.h"
#endif /* _INTERFACE_CONFIG_H_ */