#ifndef DELAYTICKS_H #define DELAYTICKS_H #include "main.h" #include "cmsis_os.h" #include "tim.h" extern void delay_ticks(uint32_t delay); #endif