11 lines
153 B
C
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
|
|
|