Commit e5c3c436 authored by Projects's avatar Projects

mass_storage: USB seems to be very impatient.

parent ed202b33
...@@ -90,7 +90,7 @@ void usb_ms_main(void* params) { ...@@ -90,7 +90,7 @@ void usb_ms_main(void* params) {
while(1) { while(1) {
if(xQueueReceive(appQueue, &evt, portMAX_DELAY)) { if(xQueueReceive(appQueue, &evt, 0)) {
switch(evt.type) { switch(evt.type) {
case BUTTON_PRESSED: case BUTTON_PRESSED:
if(evt.data.button == BUT_TR) { if(evt.data.button == BUT_TR) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment