stm32f2能够编译通过

This commit is contained in:
zhangzheng
2024-04-10 15:55:07 +00:00
parent 780d4db78d
commit f3de8b8869
12 changed files with 109 additions and 61 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
if [ -z "$1"]; then
if [ -z "$1" ]; then
echo "usage: ./debug.sh [tcp port]"
exit
fi