My FT800 lib

Dependents:   Radar1

Revision:
4:363ec27cdfaa
Parent:
2:ab74a9a05970
--- a/FT_Hal_Utils.h	Fri Sep 19 15:56:15 2014 +0000
+++ b/FT_Hal_Utils.h	Sat Sep 20 11:35:43 2014 +0000
@@ -17,7 +17,6 @@
 #define INVALID_TOUCH_XY   0x8000
 #define ABS(x)  ((x) > (0) ? (x) : (-x))
 
-
 #endif /* _FT_HAL_UTILS_H_ */