summaryrefslogtreecommitdiff
path: root/samples/bluetooth
diff options
context:
space:
mode:
authorCarles Cufi <carles.cufi@nordicsemi.no>2016-12-29 11:17:59 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2017-01-05 08:49:16 +0200
commit80f000ab4344f8884caff1f02de2545e3d63f340 (patch)
treeca27c4ec2b846484dca83811ec01d7dbad731f89 /samples/bluetooth
parent714718a33d30713bec28ce6dedc83223b9ce0b82 (diff)
Bluetooth: Rename SEND_STACK to TX_STACK_SIZE
For consistency with RX_STACK_SIZE and the rest of stack sizes, rename to use the normal naming scheme. Change-id: Ib8d484482466fa8d629e6329e07b927abdd6f598 Signed-off-by: Vinayak Chettimada <vinayak.kariappa.chettimada@nordicsemi.no> Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
Diffstat (limited to 'samples/bluetooth')
-rw-r--r--samples/bluetooth/hci_uart/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/bluetooth/hci_uart/src/main.c b/samples/bluetooth/hci_uart/src/main.c
index a62d044cd..cbf44b49c 100644
--- a/samples/bluetooth/hci_uart/src/main.c
+++ b/samples/bluetooth/hci_uart/src/main.c
@@ -38,7 +38,7 @@
#include <bluetooth/hci_raw.h>
static struct device *hci_uart_dev;
-static BT_STACK_NOINIT(tx_thread_stack, CONFIG_BLUETOOTH_HCI_SEND_STACK);
+static BT_STACK_NOINIT(tx_thread_stack, CONFIG_BLUETOOTH_HCI_TX_STACK_SIZE);
/* HCI command buffers */
#define CMD_BUF_SIZE (CONFIG_BLUETOOTH_HCI_SEND_RESERVE + \