aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-07-09 02:45:01 +0200
committerTectu <joel@unormal.org>2012-07-09 02:45:01 +0200
commita52e7325640ffc434f535523dc8c662f4a34bf35 (patch)
treefd1ac50f177786e8ec1f292be1826f88debdf4ad /demos
parentfdb5ede29a86e9378a3fcaf2c0dc9ac82f80ff86 (diff)
downloaduGFX-a52e7325640ffc434f535523dc8c662f4a34bf35.tar.gz
uGFX-a52e7325640ffc434f535523dc8c662f4a34bf35.tar.bz2
uGFX-a52e7325640ffc434f535523dc8c662f4a34bf35.zip
gui demo cleanup
Diffstat (limited to 'demos')
-rwxr-xr-xdemos/gui/main.c4
1 files 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'