- // Craig Young - Adding a usb_read() here to avoid abort on empty UsbCommand
- // My OS X client does this preventing simulation.
- // Performance hit should be non-existent since the read is only performed if usb_poll is true
- if(BUTTON_PRESS() || (usb_poll() && usb_read(rx,sizeof(UsbCommand)))) {