mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Add missing guard for header file
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user