Add missing guard for header file
This commit is contained in:
parent
b85fe9f109
commit
2315ed85cc
@ -32,6 +32,9 @@
|
|||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
#ifndef __CONFIGS_STM32_BUTTERFLY2_SRC_STM32_BUTTERFLY2_H 1
|
||||||
|
#define __CONFIGS_STM32_BUTTERFLY2_SRC_STM32_BUTTERFLY2_H
|
||||||
|
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
@ -124,3 +127,5 @@ int stm32_usbhost_initialize(void);
|
|||||||
static inline int stm32_usbhost_initialize(void) {}
|
static inline int stm32_usbhost_initialize(void) {}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif // __CONFIGS_STM32_BUTTERFLY2_SRC_STM32_BUTTERFLY2_H
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user