From dd3c770e6986dcd842293a1054d3bad965d076dd Mon Sep 17 00:00:00 2001
From: Victor Chavez <47216966+vChavezB@users.noreply.github.com>
Date: Fri, 1 Nov 2024 13:19:10 +0000
Subject: [PATCH] update central prj.conf to zephyr 3.7.0

---
 tests/renode/ble_central/prj.conf | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tests/renode/ble_central/prj.conf b/tests/renode/ble_central/prj.conf
index 6203941..03b6742 100644
--- a/tests/renode/ble_central/prj.conf
+++ b/tests/renode/ble_central/prj.conf
@@ -3,10 +3,8 @@
 #---------
 #C++
 #----------
-CONFIG_CPLUSPLUS=y
-CONFIG_LIB_CPLUSPLUS=y
+CONFIG_CPP=y
 CONFIG_STD_CPP17=y
-CONFIG_NEWLIB_LIBC=y
 CONFIG_UART_CONSOLE=y
 CONFIG_BLE_UTILS=y
 CONFIG_CBPRINTF_FP_SUPPORT=y