mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-25 01:37:22 +00:00
component/bt : Config for choose printf
1. add print or ets_print 2. as print format error, add -Wno-error=format
This commit is contained in:
@@ -2703,7 +2703,7 @@ BOOLEAN gatt_update_auto_connect_dev (tGATT_IF gatt_if, BOOLEAN add, BD_ADDR bd_
|
||||
/* Make sure app is registered */
|
||||
if ((p_reg = gatt_get_regcb(gatt_if)) == NULL)
|
||||
{
|
||||
GATT_TRACE_ERROR("gatt_update_auto_connect_dev - gatt_if is not registered", gatt_if);
|
||||
GATT_TRACE_ERROR("gatt_update_auto_connect_dev - gatt_if %d is not registered", gatt_if);
|
||||
return(FALSE);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user