update h2 libphy

phy_version: 200,0, 1cef4f4, May 22 2023, 11:57:13
This commit is contained in:
lixiaofan
2023-05-22 12:26:13 +08:00
parent d39766d34e
commit 05e53904ac
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ for dir in esp32 esp32s2 esp32c3 esp32s3 esp32h2 esp32h4 esp32c2 esp32c6; do
$TOOLCHAIN-objcopy --redefine-sym ets_printf=rtc_printf libbtbb.a
fi
fi
if [ $dir != esp32h2 ]; then
if [ 1 ]; then
git status libphy.a | grep "modified\|new file" >/dev/null 2>&1
if [ $? -eq 0 ]; then
echo $dir/libphy.a fixed