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

pull/5628/head
Ivan Grokhotkov 2020-05-12 14:55:12 +02:00
rodzic b767e6191d
commit 3e7506ccda
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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