Browse Source

Update vbus_hw.h

David Lin 4 years ago
parent
commit
dc64aa41b6
1 changed files with 5 additions and 0 deletions
  1. 5 0
      bsp/lpc43xx/M0/applications/vbus_hw.h

+ 5 - 0
bsp/lpc43xx/M0/applications/vbus_hw.h

@@ -7,6 +7,9 @@
  * 2015-01-07     Grissiom     init commit
  */
 
+#ifndef __VBUS_HW_H__
+#define __VBUS_HW_H__
+
 #include <rtthread.h>
 #include <board.h>
 
@@ -32,3 +35,5 @@ rt_inline void rt_vbus_smp_mb(void)
 {
     __DSB();
 }
+
+#endif /* __VBUS_HW_H__ */