mirror of
https://gitee.com/dlmu-cone/tronone-h7-scaffold
synced 2026-07-24 03:27:45 +08:00
10 lines
149 B
C
10 lines
149 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
|