gui demo cleanup
This commit is contained in:
parent
fdb5ede29a
commit
a52e732564
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ int main(void) {
|
||||||
|
|
||||||
// Initializes the GUI thread
|
// Initializes the GUI thread
|
||||||
// 10ms interval
|
// 10ms interval
|
||||||
// HIGHPRIO-2 thread priority level
|
// HIGHPRIO thread priority level
|
||||||
guiInit(10, HIGHPRIO-2);
|
guiInit(10, HIGHPRIO);
|
||||||
|
|
||||||
// set the following buttons to active
|
// set the following buttons to active
|
||||||
// buttons wouldn't have any effect if you set these variables to 'inactive'
|
// buttons wouldn't have any effect if you set these variables to 'inactive'
|
||||||
|
|
Loading…
Add table
Reference in a new issue