add DisplayDMX + End the DMX thing to make it be more orthogonal
This commit is contained in:
parent
a7096180ac
commit
ba815e0a99
|
@ -73,6 +73,7 @@ static void DMXUpdate(void * id, struct NoteFinder*nf)
|
|||
|
||||
if( !led->devh )
|
||||
{
|
||||
led->did_init = 0;
|
||||
fprintf( stderr, "Error: Cannot find device.\n" );
|
||||
// exit( -98 );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue