summaryrefslogtreecommitdiff
path: root/nuttx/configs/shenzhou/src/up_touchscreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/shenzhou/src/up_touchscreen.c')
-rw-r--r--nuttx/configs/shenzhou/src/up_touchscreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/shenzhou/src/up_touchscreen.c b/nuttx/configs/shenzhou/src/up_touchscreen.c
index 92b057f5d..9f584e5bb 100644
--- a/nuttx/configs/shenzhou/src/up_touchscreen.c
+++ b/nuttx/configs/shenzhou/src/up_touchscreen.c
@@ -177,7 +177,7 @@ static void tsc_enable(FAR struct ads7843e_config_s *state, bool enable)
/* Attach and enable, or detach and disable */
- ivdbg("IRQ:%d enable:%d\n", STM32_TCS_IRQ, enable);
+ ivdbg("enable:%d\n", enable);
if (enable)
{
(void)stm32_gpiosetevent(GPIO_TP_INT, false, true, true,