仓库迁移

This commit is contained in:
andy
2023-06-10 11:52:00 +08:00
parent e4616bfae5
commit 077c27f2bb
499 changed files with 199745 additions and 92 deletions

View File

@@ -0,0 +1,24 @@
#ifndef __CORE_DELAY_H
#define __CORE_DELAY_H
#include "stdint.h"
#include "stdbool.h"
int delay_init(void);
void delay_us(uint32_t us);
#endif /* __CORE_DELAY_H */