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: STM32F103C8T6_WebUSBDFU STM32F103C8T6_USBDFU STM32F103C8T6_USBDFU dfu_usb_stm32f103
Fork of USBDevice_STM32F103 by
Revision 4:eaa07ce86d49, committed 2012-10-14
- Comitter:
- samux
- Date:
- Sun Oct 14 13:39:27 2012 +0000
- Parent:
- 3:6d85e04fb59f
- Child:
- 5:d27e4c226965
- Commit message:
- fixed doxygen typo
Changed in this revision
| USBAudio/USBAudio.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/USBAudio/USBAudio.h Sun Oct 14 12:38:56 2012 +0000 +++ b/USBAudio/USBAudio.h Sun Oct 14 13:39:27 2012 +0000 @@ -30,6 +30,7 @@ /** * USBAudio example * +* @code * #include "mbed.h" * #include "USBAudio.h" *
