KSM edits to RA8875

Dependents:   Liz_Test_Code

Revision:
115:c9862fd0c689
Parent:
112:325ca91bc03d
Child:
122:79e431f98fa9
--- a/DisplayDefs.h	Sun May 15 18:57:06 2016 +0000
+++ b/DisplayDefs.h	Mon May 16 02:05:37 2016 +0000
@@ -18,7 +18,8 @@
     not_supported_format,   ///< file format is not yet supported (e.g. bits per pixel, compression)
     image_too_big,          ///< image is too large for the screen
     not_enough_ram,         ///< could not allocate ram for scanline
-    touch_cal_timeout,      ///< timeout while trying to calibrate touchscreen, perhaps it is not installed.
+    touch_cal_timeout,      ///< timeout while trying to calibrate touchscreen, perhaps it is not installed
+    external_abort,         ///< an external process caused an abort
     LastErrCode,            // Private marker.
 } RetCode_t;