Bluetooth: GATT: Fix typo in commments
COFNIG_BT_GATT_CACHING when it should be CONFIG_BT_GATT_CACHING Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
parent
2c4e5d5f16
commit
d7d64032f6
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ BT_GATT_SERVICE_DEFINE(_1_gatt_svc,
|
||||||
BT_GATT_CHARACTERISTIC(BT_UUID_GATT_DB_HASH,
|
BT_GATT_CHARACTERISTIC(BT_UUID_GATT_DB_HASH,
|
||||||
BT_GATT_CHRC_READ, BT_GATT_PERM_READ,
|
BT_GATT_CHRC_READ, BT_GATT_PERM_READ,
|
||||||
db_hash_read, NULL, NULL),
|
db_hash_read, NULL, NULL),
|
||||||
#endif /* COFNIG_BT_GATT_CACHING */
|
#endif /* CONFIG_BT_GATT_CACHING */
|
||||||
#endif /* CONFIG_BT_GATT_DB */
|
#endif /* CONFIG_BT_GATT_DB */
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue