Bluetooth: shell: Fix incorrect #define

This should have been upper case and not lower case.

Fixes: ZEP-2322

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2017-06-28 16:09:02 +03:00 committed by Anas Nashif
commit 4040610244

View file

@ -1,7 +1,7 @@
/** @file
@brief Bluetooth shell functions
This is not to be included by the application.
* @brief Bluetooth shell functions
*
* This is not to be included by the application.
*/
/*
@ -11,7 +11,7 @@
*/
#ifndef __BT_H
#define __bt_H
#define __BT_H
extern struct bt_conn *default_conn;