mirror of
https://review.haiku-os.org/haiku
synced 2025-02-23 05:58:31 +01:00
Wrong blackboard calculation
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26708 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ceddc28636
commit
bbe098994d
@ -35,7 +35,7 @@ typedef enum {
|
||||
BLACKBOARD_END
|
||||
} BluetoothServerBlackBoardIndex;
|
||||
|
||||
#define BLACKBOARD_LD(X) (BLACKBOARD_END+X+HCI_DEVICE_INDEX_OFFSET)
|
||||
#define BLACKBOARD_LD(X) (BLACKBOARD_END+X-HCI_DEVICE_INDEX_OFFSET)
|
||||
|
||||
typedef BObjectList<LocalDeviceImpl> LocalDevicesList;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user