|
|
@@ -523,6 +523,7 @@ static const char *C_GET_AVALON_READY_S = "AvalonReady";
|
|
|
static const char *C_AVALON_RESET_S = "AvalonReset";
|
|
|
static const char *C_GET_AVALON_RESET_S = "GetAvalonReset";
|
|
|
static const char *C_FTDI_STATUS_S = "FTDIStatus";
|
|
|
+static const char *C_ENABLE_UART_S = "EnableUART";
|
|
|
|
|
|
#ifdef EOL
|
|
|
#undef EOL
|
|
|
@@ -1007,6 +1008,7 @@ static void cgusb_check_init()
|
|
|
usb_commands[C_AVALON_RESET] = C_AVALON_RESET_S;
|
|
|
usb_commands[C_GET_AVALON_RESET] = C_GET_AVALON_RESET_S;
|
|
|
usb_commands[C_FTDI_STATUS] = C_FTDI_STATUS_S;
|
|
|
+ usb_commands[C_ENABLE_UART] = C_ENABLE_UART_S;
|
|
|
|
|
|
stats_initialised = true;
|
|
|
}
|