From d7b812f07844c4869b1b520e04417ca257174178 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Thu, 10 Nov 2022 23:04:30 +0100 Subject: [PATCH] esp32: map btstack_assert to regular assert --- port/esp32/components/btstack/include/btstack_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/port/esp32/components/btstack/include/btstack_config.h b/port/esp32/components/btstack/include/btstack_config.h index 08ccc7c44..4ea6d9cf8 100644 --- a/port/esp32/components/btstack/include/btstack_config.h +++ b/port/esp32/components/btstack/include/btstack_config.h @@ -8,6 +8,7 @@ #define BTSTACK_CONFIG_H // Port related features +#define HAVE_ASSERT #define HAVE_BTSTACK_STDIN #define HAVE_EMBEDDED_TIME_MS #define HAVE_FREERTOS_INCLUDE_PREFIX