summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bootloader/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/common.c b/bootloader/common.c
index 1f1e519991..7159faaa8f 100644
--- a/bootloader/common.c
+++ b/bootloader/common.c
@@ -304,7 +304,7 @@ void display_logf(void) /* Doesn't return! */
304 else if(button & LOGF_CLEAR) 304 else if(button & LOGF_CLEAR)
305 user_index = 0; 305 user_index = 0;
306#ifdef HAVE_TOUCHSCREEN 306#ifdef HAVE_TOUCHSCREEN
307 else if(button & BUTTON_TOUCH) 307 else if(button & BUTTON_TOUCHSCREEN)
308 { 308 {
309 touch = button_get_data(); 309 touch = button_get_data();
310 310