Skip to content

Commit 6c12f87

Browse files
MaochenWang1danieldegrasse
authored andcommitted
samples: wifi: fix build warning of DIV_ROUND_UP redefined
Remove CONFIG_MBEDTLS_HAVE_TIME_DATE, which will cause that mbedtls include Zephyr time.h and leads to 'DIV_ROUND_UP' redefined warning. Signed-off-by: Maochen Wang <[email protected]>
1 parent 0f54d88 commit 6c12f87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

samples/net/wifi/boards/rd_rw612_bga.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ CONFIG_MBEDTLS=y
9393
CONFIG_MBEDTLS_BUILTIN=y
9494
CONFIG_MBEDTLS_USER_CONFIG_ENABLE=y
9595
CONFIG_MBEDTLS_USER_CONFIG_FILE="wpa_supp_els_pkc_mbedtls_config.h"
96-
CONFIG_MBEDTLS_HAVE_TIME_DATE=y
9796

9897
# Include els_pkc in build
9998
CONFIG_ENTROPY_GENERATOR=y

0 commit comments

Comments
 (0)