From a52e7325640ffc434f535523dc8c662f4a34bf35 Mon Sep 17 00:00:00 2001 From: Tectu Date: Mon, 9 Jul 2012 02:45:01 +0200 Subject: [PATCH] gui demo cleanup --- demos/gui/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/gui/main.c b/demos/gui/main.c index 446fa247..dcc00c26 100755 --- a/demos/gui/main.c +++ b/demos/gui/main.c @@ -45,8 +45,8 @@ int main(void) { // Initializes the GUI thread // 10ms interval - // HIGHPRIO-2 thread priority level - guiInit(10, HIGHPRIO-2); + // HIGHPRIO thread priority level + guiInit(10, HIGHPRIO); // set the following buttons to active // buttons wouldn't have any effect if you set these variables to 'inactive'