Files
TuxMonkey 9dff60f9ae changed starm-clang.cmake
gcc-arm-none-eabi.cmake to have -O0-g
2025-11-05 20:44:10 +08:00

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