18 linhas
238 B
C
18 linhas
238 B
C
/*! @file bsp.h
|
|
* @version 3.1.8
|
|
* @date Aug 05 2016
|
|
*
|
|
* @brief
|
|
* Helper functions for board STM32F4Discovery
|
|
*
|
|
* Copyright 2016 DJI. All right reserved.
|
|
*
|
|
* */
|
|
|
|
#ifndef BSP_H
|
|
#define BSP_H
|
|
|
|
void BSPinit();
|
|
|
|
#endif // BSP_H
|