From cc39de9b04f99af8e97b5a799ea49de841ef7eb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Szczodrzy=C5=84ski?= Date: Thu, 30 Jun 2022 20:47:54 +0200 Subject: [PATCH] [core] Fix beken-72xx-arduino.py formatting --- builder/frameworks/beken-72xx-arduino.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/builder/frameworks/beken-72xx-arduino.py b/builder/frameworks/beken-72xx-arduino.py index fd990d4..68068fe 100644 --- a/builder/frameworks/beken-72xx-arduino.py +++ b/builder/frameworks/beken-72xx-arduino.py @@ -27,7 +27,8 @@ env.Append( # LibreTuya configuration ("LT_ARD_HAS_WIFI", "1"), # macros - ("mbedtls_net_set_nonblock", "net_set_nonblock"), # mbedtls_net_set_nonblock is commented out in tls_net.c + # mbedtls_net_set_nonblock is commented out in tls_net.c + ("mbedtls_net_set_nonblock", "net_set_nonblock"), ], LINKFLAGS=[ # stdio wrappers (port/printf/printf.c)