Explorar el Código

update:客户总是从ec618切换到601进行云编译,但601又不支持软件串口, 需要过滤一下

Wendal Chen hace 2 años
padre
commit
f9ea8a554d
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      app/port/luat_conf_bsp.h

+ 4 - 0
app/port/luat_conf_bsp.h

@@ -414,3 +414,7 @@
 #endif
 
 #endif
+
+#ifdef LUAT_USE_SOFT_UART
+#undef LUAT_USE_SOFT_UART
+#endif