USB_DEBUGGING

Constant USB_DEBUGGING 

Source
pub const USB_DEBUGGING: bool = false;
Expand description

Whether to use UART debugging or Segger RTT (USB) debugging.

  • Set to false to use UART.
  • Set to true to use Segger RTT over USB.