第一次提交

This commit is contained in:
2025-09-05 21:09:02 +08:00
commit f0106c0f17
107 changed files with 38950 additions and 0 deletions

View 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_*/