From dc5468c75162c06bfe09f12731b3e220cbe470ba Mon Sep 17 00:00:00 2001 From: Zagura <145474898+Zagidin@users.noreply.github.com> Date: Sun, 22 Oct 2023 06:23:56 +0300 Subject: [PATCH] chore(scons): remove debug code (#4686) --- SConscript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SConscript b/SConscript index d457d9a47..95ff443d2 100644 --- a/SConscript +++ b/SConscript @@ -9,3 +9,5 @@ cwd = GetCurrentDir() objs = objs + SConscript(cwd + '/env_support/rt-thread/SConscript') Return('objs') + +print('Zaga_krut') \ No newline at end of file