diff --git a/Source/Core/Core/Src/IPC_HLE/hci.h b/Source/Core/Core/Src/IPC_HLE/hci.h index 1c59d4036b..b87e20fd84 100644 --- a/Source/Core/Core/Src/IPC_HLE/hci.h +++ b/Source/Core/Core/Src/IPC_HLE/hci.h @@ -98,9 +98,11 @@ /* * Bluetooth device address */ +#ifndef __BLUETOOTH_H typedef struct { uint8_t b[BLUETOOTH_BDADDR_SIZE]; } bdaddr_t; +#endif #define BDADDR_ANY { { 0, 0, 0, 0, 0, 0 } }