updates
This commit is contained in:
@@ -68,7 +68,7 @@ void setup_hardware() {
|
|||||||
queue_init(&midi_fifo, sizeof(midi_note_msg_t), FIFO_SIZE);
|
queue_init(&midi_fifo, sizeof(midi_note_msg_t), FIFO_SIZE);
|
||||||
|
|
||||||
/* Reset DMX */
|
/* Reset DMX */
|
||||||
dmx_buffer[0x01] = 0x00;
|
dmx_buffer[0x01] = 0xFF;
|
||||||
dmx_buffer[0x02] = 0x00;
|
dmx_buffer[0x02] = 0x00;
|
||||||
dmx_buffer[0x03] = 0x00;
|
dmx_buffer[0x03] = 0x00;
|
||||||
dmx_buffer[0x04] = 0x00;
|
dmx_buffer[0x04] = 0x00;
|
||||||
|
|||||||
Reference in New Issue
Block a user