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

20 lines
242 B
C

#ifndef __INTERFACE_BOOT_H_
#define __INTERFACE_BOOT_H_
#include <stdbool.h>
#include <stdio.h>
#include "stdint.h"
//外部函数
void bootInterfaceInit(void);
void feedWatchdog(void);
#endif /*__INTERFACE_BOOT_H_*/