stm32_serDes_protobuf_project/bsp/stm32f4xx_it.h

7 lines
88 B
C

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