Fixed 'volatile' error in this branch also

This commit is contained in:
martin.holst@gmail.com 2013-06-07 09:25:59 +00:00
parent 44fffc5451
commit c00f0dbfda

View file

@ -26,7 +26,7 @@
static serial_port sp;
static UsbCommand txcmd;
static bool txcmd_pending = false;
static volatile bool txcmd_pending = false;
void SendCommand(UsbCommand *c) {
#if 0