stm32_serDes_protobuf_project/bsp/stm32f4xx_it.h
2024-05-15 02:15:03 +03:00

11 lines
153 B
C

#ifndef __STM32F4xx_IT_H
#define __STM32F4xx_IT_H
#include "stdint.h"
#include "bsp.h"
uint32_t getSysTick();
void delay(uint32_t);
#endif