mirror of https://github.com/ARMmbed/mbed-os.git
header guards renamed
parent
8e41de2e25
commit
96de1c2752
|
@ -14,8 +14,8 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef __GENERIC_SECURITY_MANAGER_H__
|
||||
#define __GENERIC_SECURITY_MANAGER_H__
|
||||
#ifndef _GENERIC_SECURITY_MANAGER_H_
|
||||
#define _GENERIC_SECURITY_MANAGER_H_
|
||||
|
||||
#include "ble/pal/GapTypes.h"
|
||||
#include "ble/BLETypes.h"
|
||||
|
@ -692,4 +692,4 @@ public:
|
|||
} /* namespace ble */
|
||||
|
||||
|
||||
#endif /*__GENERIC_SECURITY_MANAGER_H__*/
|
||||
#endif /*_GENERIC_SECURITY_MANAGER_H_*/
|
||||
|
|
Loading…
Reference in New Issue