mirror of
https://gitee.com/dlmu-cone/tronone-h7-scaffold
synced 2026-07-23 19:25:09 +08:00
11 lines
150 B
C
11 lines
150 B
C
#ifndef DELAYTICKS_H
|
|
#define DELAYTICKS_H
|
|
|
|
#include "main.h"
|
|
#include "cmsis_os.h"
|
|
#include "tim.h"
|
|
|
|
extern void delay_ticks(uint32_t delay);
|
|
|
|
#endif
|