Skip to content

Commit

Permalink
Bluetooth: GATT: Fix typo in commments
Browse files Browse the repository at this point in the history
COFNIG_BT_GATT_CACHING when it should be CONFIG_BT_GATT_CACHING

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
  • Loading branch information
Vudentz authored and jhedberg committed May 2, 2019
1 parent 2c4e5d5 commit d7d6403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/bluetooth/host/gatt.c
Expand Up @@ -510,7 +510,7 @@ BT_GATT_SERVICE_DEFINE(_1_gatt_svc,
BT_GATT_CHARACTERISTIC(BT_UUID_GATT_DB_HASH,
BT_GATT_CHRC_READ, BT_GATT_PERM_READ,
db_hash_read, NULL, NULL),
#endif /* COFNIG_BT_GATT_CACHING */
#endif /* CONFIG_BT_GATT_CACHING */
#endif /* CONFIG_BT_GATT_DB */
);

Expand Down

0 comments on commit d7d6403

Please sign in to comment.