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