stm32_serDes_protobuf_project/bsp/stm32f4xx_it.h

7 lines
88 B
C
Raw Normal View History

2024-05-05 19:31:36 +03:00
#ifndef STM32F4XX_H
#define STM32F4XX_H
#include "bsp.h"
uint32_t getSysTick();
#endif