diff options
author | Andre Eisenbach <eisenbach@google.com> | 2015-02-17 16:53:48 -0800 |
---|---|---|
committer | Andre Eisenbach <eisenbach@google.com> | 2015-03-16 16:51:27 -0700 |
commit | 80f048b04c78578fe0141c944c9f5fc41570611a (patch) | |
tree | cdaabf49232044f6836214ccfa3e0a65fe9dc0ba /stack/gatt/gatt_main.c | |
parent | a4a9254eb640b9dbf7cd9289083b5a5efa2e46c4 (diff) | |
download | android_system_bt-80f048b04c78578fe0141c944c9f5fc41570611a.tar.gz android_system_bt-80f048b04c78578fe0141c944c9f5fc41570611a.tar.bz2 android_system_bt-80f048b04c78578fe0141c944c9f5fc41570611a.zip |
Fix gatt_main.c compile error due to log macro change
Diffstat (limited to 'stack/gatt/gatt_main.c')
-rw-r--r-- | stack/gatt/gatt_main.c | 2 |
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]); |