* feature: Resetting the VFD works

* optimisation: made the code leaner
This commit is contained in:
2022-03-02 20:56:23 +01:00
parent f3bd6ecc00
commit 69c4eb43e0
3 changed files with 2 additions and 33 deletions

4
main.c
View File

@@ -6,10 +6,8 @@
int main ()
{
PT6302_startup ();
PT6302_startup();
while (1)
{
}
}