Library for FT810 EVE chip

Fork of FT810 by Curtis Mattull

Revision:
10:4c10e6aeb239
Parent:
0:2d0ef4830603
Child:
11:435747a1f2ae
--- a/inc/FT_Platform.h	Thu Dec 22 20:19:22 2016 +0000
+++ b/inc/FT_Platform.h	Sat Sep 16 18:34:14 2017 +0000
@@ -1,24 +1,12 @@
-/* mbed Library for FTDI FT800  Enbedded Video Engine "EVE"
- * based on Original Code Sample from FTDI 
- * ported to mbed by Peter Drescher, DC2PD 2014
- * Released under the MIT License: http://mbed.org/license/mit */
-
 #ifndef _FT_PLATFORM_H_
 #define _FT_PLATFORM_H_
-
+/* HAL inclusions */
 #include "FT_DataTypes.h"
 #include "FT_Gpu_Hal.h"
+#include "FT_Gpu.h"
 #include "FT_Hal_Utils.h"
-#include "FT_Gpu.h"
 #include "FT_LCD_Type.h"
 #include "FT_color.h"
 
-
 #endif /*_FT_PLATFORM_H_*/
-/* Nothing beyond this*/
-
-
-
-
-
-
+/* Nothing beyond this*/
\ No newline at end of file