From 757c6fce38dcfb7ed10d1f17c3dc9e7035341169 Mon Sep 17 00:00:00 2001 From: Victor Chavez <47216966+vChavezB@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:44:36 +0000 Subject: [PATCH] add missing lib conf --- tests/renode/ble_central/prj.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/renode/ble_central/prj.conf b/tests/renode/ble_central/prj.conf index 03b6742..344bf0e 100644 --- a/tests/renode/ble_central/prj.conf +++ b/tests/renode/ble_central/prj.conf @@ -5,6 +5,7 @@ #---------- CONFIG_CPP=y CONFIG_STD_CPP17=y +CONFIG_REQUIRES_FULL_LIBCPP=y CONFIG_UART_CONSOLE=y CONFIG_BLE_UTILS=y CONFIG_CBPRINTF_FP_SUPPORT=y