mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-01 04:20:33 +00:00
add missing #define for include guard
This commit is contained in:
parent
74a4ebbb07
commit
c3d3b229df
@ -36,6 +36,7 @@
|
||||
*/
|
||||
|
||||
#ifndef __GOEP_CLIENT_H
|
||||
#define __GOEP_CLIENT_H
|
||||
|
||||
#if defined __cplusplus
|
||||
extern "C" {
|
||||
|
@ -36,6 +36,7 @@
|
||||
*/
|
||||
|
||||
#ifndef __OBEX_H
|
||||
#define __OBEX_H
|
||||
|
||||
#define OBEX_OPCODE_CONNECT 0x80
|
||||
#define OBEX_OPCODE_DISCONNECT 0x81
|
||||
|
@ -36,6 +36,7 @@
|
||||
*/
|
||||
|
||||
#ifndef __OBEX_ITERATOR_H
|
||||
#define __OBEX_ITERATOR_H
|
||||
|
||||
#if defined __cplusplus
|
||||
extern "C" {
|
||||
|
@ -36,6 +36,7 @@
|
||||
*/
|
||||
|
||||
#ifndef __OBEX_MESSAGE_BUILDER_H
|
||||
#define __OBEX_MESSAGE_BUILDER_H
|
||||
|
||||
#if defined __cplusplus
|
||||
extern "C" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user