Add write param for test

This commit is contained in:
Valentin Dabstep 2025-05-12 16:23:17 +03:00
parent 8ecb1aca43
commit ef911e5cb3

View file

@ -143,7 +143,6 @@ void send_can_with_id_crc(uint32_t id, uint8_t message_type, const void* data, s
// Send message // Send message
Can.write(msg_l); Can.write(msg_l);
__NOP();
} }
void send_velocity() { void send_velocity() {