We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26c8018 + 95c76c6 commit dfa99adCopy full SHA for dfa99ad
bsp/lpc43xx/M0/applications/vbus_hw.h
@@ -7,6 +7,9 @@
7
* 2015-01-07 Grissiom init commit
8
*/
9
10
+#ifndef __VBUS_HW_H__
11
+#define __VBUS_HW_H__
12
+
13
#include <rtthread.h>
14
#include <board.h>
15
@@ -32,3 +35,5 @@ rt_inline void rt_vbus_smp_mb(void)
32
35
{
33
36
__DSB();
34
37
}
38
39
+#endif /* __VBUS_HW_H__ */
bsp/lpc43xx/M4/applications/vbus_hw.h
0 commit comments