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:
parent
b650fa8a72
commit
4040610244
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue