From d7d64032f6afd599b39d104d99f83c35eaa4f952 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 18 Apr 2019 13:57:31 +0300 Subject: [PATCH] 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 --- subsys/bluetooth/host/gatt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/bluetooth/host/gatt.c b/subsys/bluetooth/host/gatt.c index e9fc0458325..bfe68880f65 100644 --- a/subsys/bluetooth/host/gatt.c +++ b/subsys/bluetooth/host/gatt.c @@ -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 */ );