summaryrefslogtreecommitdiffstats
path: root/stack/gatt/gatt_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'stack/gatt/gatt_main.c')
-rw-r--r--stack/gatt/gatt_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stack/gatt/gatt_main.c b/stack/gatt/gatt_main.c
index 8d75f76c3..3d9603514 100644
--- a/stack/gatt/gatt_main.c
+++ b/stack/gatt/gatt_main.c
@@ -146,7 +146,7 @@ void gatt_init (void)
void gatt_free(void)
{
int i;
- GATT_TRACE_DEBUG0("gatt_free()");
+ GATT_TRACE_DEBUG("gatt_free()");
for (i = 0; i < GATT_MAX_SR_PROFILES; i++)
{
gatt_free_hdl_buffer(&gatt_cb.hdl_list[i]);