Change touch button for MKL27Z

This commit is contained in:
NIIBE Yutaka
2016-07-01 10:58:05 +09:00
parent f5880ee5d5
commit 1f23bd4048
3 changed files with 28 additions and 14 deletions

View File

@@ -142,8 +142,8 @@ get_hex (struct tty *tty, const char *s, uint32_t *v_p)
}
#define TOUCH_VALUE_HIGH 195
#define TOUCH_VALUE_LOW 150
#define TOUCH_VALUE_HIGH 100
#define TOUCH_VALUE_LOW 50
static void
cmd_button (struct tty *tty, const char *line)
{