Add missing guard for header file

This commit is contained in:
Michał Łyszczek 2016-08-17 22:03:24 +02:00
parent b85fe9f109
commit 2315ed85cc

View File

@ -32,6 +32,9 @@
* POSSIBILITY OF SUCH DAMAGE.
****************************************************************************/
#ifndef __CONFIGS_STM32_BUTTERFLY2_SRC_STM32_BUTTERFLY2_H 1
#define __CONFIGS_STM32_BUTTERFLY2_SRC_STM32_BUTTERFLY2_H
/*****************************************************************************
* Included Files
****************************************************************************/
@ -124,3 +127,5 @@ int stm32_usbhost_initialize(void);
static inline int stm32_usbhost_initialize(void) {}
#endif
#endif // __CONFIGS_STM32_BUTTERFLY2_SRC_STM32_BUTTERFLY2_H