Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of FT800_3 by
Diff: FT_Hal_Utils.h
- 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_ */