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 mbed-dev by
Revision 188:3f10722804f9, committed 2018-07-30
- Comitter:
- ua1arn
- Date:
- Mon Jul 30 12:31:10 2018 +0000
- Parent:
- 187:ee60acacdf93
- Commit message:
- before add multi-configuration USB descriptors
Changed in this revision
platform/mbed_error_hist.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/platform/mbed_error_hist.c Tue Jul 24 16:00:55 2018 +0000 +++ b/platform/mbed_error_hist.c Mon Jul 30 12:31:10 2018 +0000 @@ -14,6 +14,7 @@ * limitations under the License. */ #include <stdlib.h> +#include <string.h> #include <stdarg.h> #include "device.h" #include "platform/mbed_error.h"