Fork of David Smart's RA8875 library

Fork of RA8875 by David Smart

Revision:
45:679c2fb8480c
Parent:
44:207594dece70
--- a/RA8875.h	Mon Mar 10 11:40:56 2014 +0000
+++ b/RA8875.h	Mon Mar 10 23:53:40 2014 +0000
@@ -124,8 +124,8 @@
     ///
     RA8875(PinName mosi, PinName miso, PinName sclk, PinName csel, PinName reset, const char * name = "lcd");
     
-    /// Destructor doesn't have much to do as this would typically be created
-    /// at startup, and not at runtime.
+    // Destructor doesn't have much to do as this would typically be created
+    // at startup, and not at runtime.
     //~RA8875();
     
     /// Select the layer for subsequent commands.