mirror of
https://github.com/espressif/esp-phy-lib.git
synced 2026-08-10 05:07:53 +00:00
btbb: fix btbb version print using phy_printf
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2
-2
@@ -24,7 +24,7 @@ for dir in esp32 esp32s2 esp32c3 esp32s3 esp32h2 esp32h4 esp32c2 esp32c6; do
|
||||
git status libbtbb.a | grep "modified\|new file" >/dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
echo $dir/libbtbb.a fixed
|
||||
$TOOLCHAIN-objcopy --redefine-sym ets_printf=rtc_printf libbtbb.a
|
||||
$TOOLCHAIN-objcopy --redefine-sym ets_printf=phy_printf libbtbb.a
|
||||
fi
|
||||
git status libphy.a | grep "modified\|new file" >/dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
@@ -37,7 +37,7 @@ for dir in esp32 esp32s2 esp32c3 esp32s3 esp32h2 esp32h4 esp32c2 esp32c6; do
|
||||
git status libbtbb.a | grep "modified\|new file" >/dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
echo $dir/libbtbb.a fixed
|
||||
$TOOLCHAIN-objcopy --redefine-sym ets_printf=rtc_printf libbtbb.a
|
||||
$TOOLCHAIN-objcopy --redefine-sym ets_printf=phy_printf libbtbb.a
|
||||
fi
|
||||
fi
|
||||
git status libphy.a | grep "modified\|new file" >/dev/null 2>&1
|
||||
|
||||
Reference in New Issue
Block a user