From 51da2d07e9eef2f7cfec2471849522a28e304132 Mon Sep 17 00:00:00 2001 From: TOKITA Hiroshi Date: Wed, 18 Oct 2023 00:23:54 +0900 Subject: [PATCH] Kconfig: Use CPP option CPLUSPLUS is already deprecated. Uses CPP instead of it. Signed-off-by: TOKITA Hiroshi --- Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Kconfig b/Kconfig index 4fcf7746..64ccf3a8 100644 --- a/Kconfig +++ b/Kconfig @@ -6,9 +6,8 @@ config ARDUINO_API bool "ARDUINO_API" - imply CPLUSPLUS + imply CPP imply GPIO - imply CPLUSPLUS imply I2C imply NEWLIB_LIBC_FLOAT_PRINTF imply CBPRINTF_FP_SUPPORT