From 5aacc633b43ed7f0caed87bcd559ce4cea3b2b13 Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 29 Apr 2014 01:54:28 +0700 Subject: [PATCH] fix/correct the max_loop (upper bound for EHCI & OHCI) endpoint list. This causes multiple devices hub mounting problems previously --- demos/device/device_cmsis_rtx/.cproject | 4 ++-- demos/device/device_freertos/.cproject | 4 ++-- .../device/device_freertos/device_freertos.uvopt | 16 ++++++++-------- demos/host/host_os_none/.cproject | 1 + tinyusb/host/ehci/ehci.c | 12 ++++++------ tinyusb/host/ohci/ohci.c | 2 +- 6 files changed, 20 insertions(+), 19 deletions(-) diff --git a/demos/device/device_cmsis_rtx/.cproject b/demos/device/device_cmsis_rtx/.cproject index c3b2ebd2b..59f13efa2 100644 --- a/demos/device/device_cmsis_rtx/.cproject +++ b/demos/device/device_cmsis_rtx/.cproject @@ -572,8 +572,8 @@