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 RA8875 by
Revision 101:1fc8c43a1975, committed 2016-01-14
- Comitter:
- MAKE_PALMER
- Date:
- Thu Jan 14 07:01:30 2016 +0000
- Parent:
- 83:7bad0068cca0
- Commit message:
- 160112_01
Changed in this revision
RA8875.cpp | Show annotated file Show diff for this revision Revisions of this file |
RA8875.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/RA8875.cpp Thu Jan 01 20:35:37 2015 +0000 +++ b/RA8875.cpp Thu Jan 14 07:01:30 2016 +0000 @@ -2481,7 +2481,7 @@ case 'r': pc.printf("Resetting ...\r\n"); wait_ms(20); - mbed_reset(); + // mbed_reset(); break; case ' ': break;
--- a/RA8875.h Thu Jan 01 20:35:37 2015 +0000 +++ b/RA8875.h Thu Jan 14 07:01:30 2016 +0000 @@ -1936,7 +1936,7 @@ #include "WebColors.h" #include <algorithm> -extern "C" void mbed_reset(); +// extern "C" void mbed_reset(); /// This activates a small set of tests for the graphics library. ///