doc fix
This commit is contained in:
parent
0dc6154ee1
commit
e0ee5c258f
1 changed files with 1 additions and 1 deletions
2
gui.c
2
gui.c
|
@ -107,7 +107,7 @@ static void guiThread(const uint16_t interval) {
|
|||
|
||||
while(TRUE) {
|
||||
for(node = firstGUI; node; node = node->next) {
|
||||
// check if GUI element is active
|
||||
// check if GUI element is set active
|
||||
if(*(node->active) == active) {
|
||||
x = tpReadX();
|
||||
y = tpReadY();
|
||||
|
|
Loading…
Add table
Reference in a new issue