Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix linux, probably.
  • Loading branch information
RachelBryk committed Sep 25, 2013
1 parent 93f7622 commit f77b3cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/Core/Src/IPC_HLE/hci.h
Expand Up @@ -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 } }

Expand Down

0 comments on commit f77b3cc

Please sign in to comment.