Files
stm32_serDes_protobuf_project/bsp/stm32f4xx_it.h
2024-05-05 19:31:36 +03:00

7 lines
88 B
C

#ifndef STM32F4XX_H
#define STM32F4XX_H
#include "bsp.h"
uint32_t getSysTick();
#endif