Fix GPIO Viewer

This commit is contained in:
Theo Arends 2024-02-13 10:15:12 +01:00
parent 91237dff5b
commit 88f1e3593a
1 changed files with 2 additions and 1 deletions

View File

@ -119,8 +119,9 @@ bool GVInit(void) {
GV->port = GV_PORT;
return true;
}
}
return false;
}
return true;
}
void GVStop(void) {