src: avoid __ in defines

This commit is contained in:
Milanka Ringwald 2020-09-28 16:51:06 +02:00
parent 9b8d06a515
commit 4495c8c051
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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"