mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-17 02:42:33 +00:00
src: avoid __ in defines
This commit is contained in:
parent
9b8d06a515
commit
4495c8c051
@ -40,8 +40,8 @@
|
||||
* (BTstack GATT Compiler is not used)
|
||||
*/
|
||||
|
||||
#ifndef __ATT_DB_UTIL
|
||||
#define __ATT_DB_UTIL
|
||||
#ifndef ATT_DB_UTIL_H
|
||||
#define ATT_DB_UTIL_H
|
||||
|
||||
#include "btstack_config.h"
|
||||
#include "btstack_crypto.h"
|
||||
|
@ -39,8 +39,8 @@
|
||||
// Core header for all Classic protocols and profiles
|
||||
// *****************************************************************************
|
||||
|
||||
#ifndef __CLASSIC_CORE
|
||||
#define __CLASSIC_CORE
|
||||
#ifndef CORE_H
|
||||
#define CORE_H
|
||||
|
||||
#include "btstack_config.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user