Explorar o código

examples/console: error out if built with USB CDC enabled

Ivan Grokhotkov %!s(int64=5) %!d(string=hai) anos
pai
achega
3e7506ccda
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      examples/system/console/main/console_example_main.c

+ 4 - 0
examples/system/console/main/console_example_main.c

@@ -21,6 +21,10 @@
 #include "nvs.h"
 #include "nvs_flash.h"
 
+#ifdef CONFIG_ESP_CONSOLE_USB_CDC
+#error This example is incompatible with USB CDC console. Please try "console_usb" example instead.
+#endif // CONFIG_ESP_CONSOLE_USB_CDC
+
 static const char* TAG = "example";
 #define PROMPT_STR CONFIG_IDF_TARGET