Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: BaseUsbHost_example BaseJpegDecode_example SimpleJpegDecode_example
Diff: BaseUsbHostUvc.cpp
- Revision:
- 3:ae77d63a1eda
- Parent:
- 2:fe1e62051d88
- Child:
- 4:d931d24c2f81
--- a/BaseUsbHostUvc.cpp Tue Dec 11 15:26:54 2012 +0000
+++ b/BaseUsbHostUvc.cpp Sun Jan 06 11:45:18 2013 +0000
@@ -17,7 +17,6 @@
//DBG_ITD(itd);
uint16_t frame = itd->Control & 0xffff;
int fc = ((itd->Control>>24)&7)+1;
- TEST_ASSERT(fc == m_isoEp->m_FrameCount);
uint8_t* buf = const_cast<uint8_t*>(itd->buf);
int mps = m_isoEp->m_PacketSize;
for(int i = 0; i < fc; i++) {