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:
Luiz Augusto von Dentz 2019-04-18 13:57:31 +03:00 committed by Johan Hedberg
commit d7d64032f6

View file

@ -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 */
); );