mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2026-04-07 10:22:21 +00:00
fix(dmx): add newline at end of dmx.c
This commit is contained in:
parent
8a5ed13dd2
commit
c669e28cdf
1 changed files with 1 additions and 1 deletions
|
|
@ -40,4 +40,4 @@ void send_dmx(dmx_port_t port) {
|
|||
uint8_t dmx_data[DMX_PACKET_SIZE] = {DMX_SC, 0, 0, 0, 255, 100, 0, 100, 0};
|
||||
dmx_write(port, dmx_data, DMX_PACKET_SIZE);
|
||||
dmx_send(port);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue