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.
Fork of uvchost by
Diff: uvc/uvcini.cpp
- Revision:
- 2:812d604caad4
- Parent:
- 0:b0f04c137829
diff -r ee74af6365b8 -r 812d604caad4 uvc/uvcini.cpp --- a/uvc/uvcini.cpp Fri Aug 03 09:54:39 2012 +0000 +++ b/uvc/uvcini.cpp Wed Aug 08 16:21:32 2012 +0000 @@ -207,7 +207,7 @@ DBG_ASSERT(cfg.FormatIndex >= 1); DBG_ASSERT(cfg.FormatIndex <= 2); DBG_ASSERT(cfg.FrameIndex >= 1); - DBG_ASSERT(cfg.FrameIndex <= 8); + DBG_ASSERT(cfg.FrameIndex <= 12); DBG_ASSERT(cfg.dwFrameInterval <= 10000000); DBG_ASSERT(cfg.dwFrameInterval >= 333333);