fix(dmx): add newline at end of dmx.c

This commit is contained in:
RaffaelW 2026-03-15 20:40:46 +01:00
parent 8a5ed13dd2
commit c669e28cdf

View file

@ -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);
}
}