Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions bsp/lpc43xx/M0/applications/vbus_hw.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
* 2015-01-07 Grissiom init commit
*/

#ifndef __VBUS_HW_H__
#define __VBUS_HW_H__

#include <rtthread.h>
#include <board.h>

Expand All @@ -32,3 +35,5 @@ rt_inline void rt_vbus_smp_mb(void)
{
__DSB();
}

#endif /* __VBUS_HW_H__ */
5 changes: 5 additions & 0 deletions bsp/lpc43xx/M4/applications/vbus_hw.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
* 2015-01-07 Grissiom init commit
*/

#ifndef __VBUS_HW_H__
#define __VBUS_HW_H__

#include <rtthread.h>
#include <board.h>

Expand All @@ -32,3 +35,5 @@ rt_inline void rt_vbus_smp_mb(void)
{
__DSB();
}

#endif /* __VBUS_HW_H__ */