tfx2001 4 лет назад
Родитель
Сommit
d33bc61d25
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/device/usbd.c

+ 1 - 1
src/device/usbd.c

@@ -506,7 +506,7 @@ void tud_task (void)
       break;
 
       case DCD_EVENT_PLUGGED:
-        TU_LOG2(": %s Speed\r\n", _tusb_speed_str[event.plugged.speed]);
+        TU_LOG2(": %s Speed\r\n", tu_str_speed[event.plugged.speed]);
         tud_speed_set(event.plugged.speed);
       break;