17 lines
169 B
C
17 lines
169 B
C
#ifndef BLACKPILL_H_
|
|
#define BLACKPILL_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "stm32f4xx_hal.h"
|
|
|
|
void BSP_Init(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
|
|
#endif |