Add write param for test
This commit is contained in:
parent
8ecb1aca43
commit
ef911e5cb3
1 changed files with 0 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue