Pārlūkot izejas kodu

update: 云编译启用shell时自动禁用repl

Wendal Chen 2 gadi atpakaļ
vecāks
revīzija
612deb235c
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      app/port/luat_conf_bsp.h

+ 4 - 0
app/port/luat_conf_bsp.h

@@ -299,4 +299,8 @@
 #define LUAT_GPIO_PIN_MAX (48)
 #define LUAT_CONF_SPI_HALF_DUPLEX_ONLY 1
 
+#ifdef LUAT_USE_SHELL
+#undef LUAT_USE_REPL
+#endif
+
 #endif