aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-11-10 16:46:02 +0100
committerJoel Bodenmann <joel@unormal.org>2012-11-10 16:46:02 +0100
commit5a5db64288414162a31a7e755757c32ddf55bf6c (patch)
tree3a86993c6bd65f894642e9484a005fc340cec66f /drivers/gdisp
parentcc5ae04b7bba81739bf9b8f5c9a79ea98e6e9319 (diff)
downloaduGFX-5a5db64288414162a31a7e755757c32ddf55bf6c.tar.gz
uGFX-5a5db64288414162a31a7e755757c32ddf55bf6c.tar.bz2
uGFX-5a5db64288414162a31a7e755757c32ddf55bf6c.zip
renamed tsIRQ() into tsPressed()
Diffstat (limited to 'drivers/gdisp')
-rw-r--r--drivers/gdisp/Win32/gdisp_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gdisp/Win32/gdisp_lld.c b/drivers/gdisp/Win32/gdisp_lld.c
index 4cf69b0e..69e90e89 100644
--- a/drivers/gdisp/Win32/gdisp_lld.c
+++ b/drivers/gdisp/Win32/gdisp_lld.c
@@ -546,7 +546,7 @@ uint16_t ts_lld_read_z(void) {
*
* @notapi
*/
-uint8_t ts_lld_irq(void) {
+uint8_t ts_lld_pressed(void) {
return (uint8_t)mousedn;
}