Explorar el Código

修改语法错误

xuxinyi hace 2 meses
padre
commit
f11a8c5857
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      Core/Src/E52.c

+ 3 - 1
Core/Src/E52.c

@@ -59,7 +59,9 @@ void E52_Analyze_Command_Fun() {
         //todo:发生蓝牙数据
     }else if (rx_buf_uart2[2] == 0x03) {
         //todo:
-    }else if ()
+    }else {
+
+    }
 }