stm32_serDes_protobuf_project/bsp/stm32f4xx_it.h

11 lines
153 B
C
Raw Permalink Normal View History

2024-05-13 15:21:22 +03:00
#ifndef __STM32F4xx_IT_H
#define __STM32F4xx_IT_H
#include "stdint.h"
2024-05-15 02:15:03 +03:00
#include "bsp.h"
2024-05-13 15:21:22 +03:00
uint32_t getSysTick();
void delay(uint32_t);
2024-05-15 02:15:03 +03:00
#endif
2024-05-13 15:21:22 +03:00