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.
Diff: tslib/tslib-private.h
- Revision:
- 9:1286ec7f3230
- Parent:
- 1:c0f972361605
--- a/tslib/tslib-private.h Thu Feb 29 19:20:04 2024 +0800 +++ b/tslib/tslib-private.h Mon Mar 04 10:01:51 2024 +0800 @@ -14,7 +14,7 @@ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ - +#if 0 #include "tslib.h" #include "tslib-filter.h" @@ -32,7 +32,7 @@ int ts_load_module(struct tsdev *dev, const char *module, const char *params); int ts_load_module_raw(struct tsdev *dev, const char *module, const char *params); int ts_error(const char *fmt, ...); - +#endif #ifdef __cplusplus } #endif /* __cplusplus */