mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-19 23:45:28 +02:00
bt host: Don't redefine the assert macro
Required so that bt asserts obey the same configuration settings as other asserts. Progress towards https://github.com/espressif/esp-idf/issues/6306
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
* Interface to AVRCP mandatory commands
|
||||
*
|
||||
******************************************************************************/
|
||||
// #include <assert.h>
|
||||
#include <assert.h>
|
||||
#include "common/bt_trace.h"
|
||||
#include <string.h>
|
||||
#include "common/bt_target.h"
|
||||
|
||||
Reference in New Issue
Block a user