mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 21:36:28 +08:00
Refine the preprocessor conditional guard style (#190)
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __WIRELESS_BLUETOOTH_BT_ATOMIC_H
|
||||
#define __WIRELESS_BLUETOOTH_BT_ATOMIC_H 1
|
||||
#define __WIRELESS_BLUETOOTH_BT_ATOMIC_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __WIRELESS_BLUETOOTH_BT_ATTR_H
|
||||
#define __WIRELESS_BLUETOOTH_BT_ATTR_H 1
|
||||
#define __WIRELESS_BLUETOOTH_BT_ATTR_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __WIRELESS_BLUETOOTH_BT_BUF_H
|
||||
#define __WIRELESS_BLUETOOTH_BT_BUF_H 1
|
||||
#define __WIRELESS_BLUETOOTH_BT_BUF_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __WIRELESS_BLUETOOTH_BT_CONN_H
|
||||
#define __WIRELESS_BLUETOOTH_BT_CONN_H 1
|
||||
#define __WIRELESS_BLUETOOTH_BT_CONN_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __WIRELESS_BLUETOOTH_BT_HDICORE_H
|
||||
#define __WIRELESS_BLUETOOTH_BT_HDICORE_H 1
|
||||
#define __WIRELESS_BLUETOOTH_BT_HDICORE_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __WIRELESS_BLUETOOTH_BT_IOCTL_H
|
||||
#define __WIRELESS_BLUETOOTH_BT_IOCTL_H 1
|
||||
#define __WIRELESS_BLUETOOTH_BT_IOCTL_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __WIRELESS_BLUETOOTH_BT_L2CAP_H
|
||||
#define __WIRELESS_BLUETOOTH_BT_L2CAP_H 1
|
||||
#define __WIRELESS_BLUETOOTH_BT_L2CAP_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __WIRELESS_BLUETOOTH_BT_QUEUE_H
|
||||
#define __WIRELESS_BLUETOOTH_BT_QUEUE_H 1
|
||||
#define __WIRELESS_BLUETOOTH_BT_QUEUE_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __WIRELESS_BLUETOOTH_BT_SMP_H
|
||||
#define __WIRELESS_BLUETOOTH_BT_SMP_H 1
|
||||
#define __WIRELESS_BLUETOOTH_BT_SMP_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
|
||||
Reference in New Issue
Block a user