static serial_port sp;
static UsbCommand txcmd;
-static bool txcmd_pending = false;
+static volatile bool txcmd_pending = false;
void SendCommand(UsbCommand *c) {
#if 0
if (argc < 2) {
printf("syntax: %s <port>\n\n",argv[0]);
+ printf("\tLinux example:'%s /dev/ttyACM0'\n\n", argv[0]);
return 1;
}