mirror of
https://github.com/thewesker/RASCSI.git
synced 2025-12-20 20:31:24 -05:00
Cleanup failed stuff....
This commit is contained in:
@@ -155,7 +155,7 @@ BOOL Init()
|
||||
bus = new GPIOBUS();
|
||||
|
||||
// GPIO Initialization
|
||||
if (!bus->Init(BUS::TARGET)) {
|
||||
if (!bus->Init()) {
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user