Firsat Publication

Fork of RA8875 by David Smart

Files at this revision

API Documentation at this revision

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. 
 ///