KSM edits to RA8875

Dependents:   Liz_Test_Code

Revision:
119:d129b798f82f
Parent:
118:34eb0b64fc61
Child:
120:be2aaa3adf72
--- a/GraphicsDisplayJPEG.cpp	Mon May 16 11:20:07 2016 +0000
+++ b/GraphicsDisplayJPEG.cpp	Mon May 16 21:30:35 2016 +0000
@@ -753,7 +753,7 @@
     }
 
     /* Output the RGB rectangular */
-    INFO("mcu_output");
+    INFO("call outfunc");
     if (outfunc)
         return outfunc(jd, jd->workbuf, &rect) ? JDR_OK : JDR_INTR; 
     else