Skip to content

Commit 95c76c6

Browse files
authored
Update vbus_hw.h
1 parent dc64aa4 commit 95c76c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bsp/lpc43xx/M4/applications/vbus_hw.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
* 2015-01-07 Grissiom init commit
88
*/
99

10+
#ifndef __VBUS_HW_H__
11+
#define __VBUS_HW_H__
12+
1013
#include <rtthread.h>
1114
#include <board.h>
1215

@@ -32,3 +35,5 @@ rt_inline void rt_vbus_smp_mb(void)
3235
{
3336
__DSB();
3437
}
38+
39+
#endif /* __VBUS_HW_H__ */

0 commit comments

Comments
 (0)