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:
@@ -23,7 +23,7 @@
|
||||
*
|
||||
******************************************************************************/
|
||||
|
||||
// #include <assert.h>
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "bta/bta_sys.h"
|
||||
|
||||
Reference in New Issue
Block a user