Skip to content

Commit 7eef9b6

Browse files
soburiDhruvaG2000
authored andcommitted
Kconfig: Use CPP option
CPLUSPLUS is already deprecated. Uses CPP instead of it. Signed-off-by: TOKITA Hiroshi <[email protected]>
1 parent 057eb71 commit 7eef9b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Kconfig

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66

77
config ARDUINO_API
88
bool "ARDUINO_API"
9-
imply CPLUSPLUS
9+
imply CPP
1010
imply GPIO
11-
imply CPLUSPLUS
1211
imply I2C
1312
imply NEWLIB_LIBC_FLOAT_PRINTF
1413
imply CBPRINTF_FP_SUPPORT

0 commit comments

Comments
 (0)