X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/3bf1ccb1ad771c7da87fc550b6e6203a67a8ca01..bc86734f505f763ba5d69c6b8e62a1443b5154b6:/drivers/displays/tft/touchscreen.c?ds=sidebyside diff --git a/drivers/displays/tft/touchscreen.c b/drivers/displays/tft/touchscreen.c index c66619f..97f448b 100644 --- a/drivers/displays/tft/touchscreen.c +++ b/drivers/displays/tft/touchscreen.c @@ -300,7 +300,6 @@ int getDisplayPoint( tsPoint_t * displayPtr, tsPoint_t * screenPtr, tsMatrix_t * } else { - // ToDo: Default values required or you can never read LCD position! // return TS_ERROR_NOTCALIBRATED; return -1; }