第一次提交
This commit is contained in:
19
ETH/UdpServer/User/interface_boot.h
Normal file
19
ETH/UdpServer/User/interface_boot.h
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
#ifndef __INTERFACE_BOOT_H_
|
||||
#define __INTERFACE_BOOT_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include "stdint.h"
|
||||
|
||||
|
||||
|
||||
|
||||
//<2F>ⲿ<EFBFBD><E2B2BF><EFBFBD><EFBFBD>
|
||||
void bootInterfaceInit(void);
|
||||
void feedWatchdog(void);
|
||||
|
||||
|
||||
#endif /*__INTERFACE_BOOT_H_*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user