Cleanup failed stuff....

This commit is contained in:
akuker
2020-07-07 16:41:12 -05:00
parent 6815f75836
commit 64c621d36b
3 changed files with 50 additions and 462 deletions

View File

@@ -155,7 +155,7 @@ BOOL Init()
bus = new GPIOBUS();
// GPIO Initialization
if (!bus->Init(BUS::TARGET)) {
if (!bus->Init()) {
return FALSE;
}