Bluetooth: Fix minor typo in debug log

Change-Id: I0478e22b69d7a0ed5f5c642aa651cd58810aa035
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2015-05-20 13:44:05 +03:00 committed by Anas Nashif
commit 60cf3146f7

View file

@ -241,7 +241,7 @@ static void conn_tx_fiber(int arg1, int arg2)
while (conn->state == BT_CONN_CONNECTED) {
/* Wait until the controller can accept ACL packets */
BT_DBG("calling sem_get_wait\n");
BT_DBG("calling sem_take_wait\n");
nano_fiber_sem_take_wait(&dev->le_pkts_sem);
/* check for disconnection */