From ef911e5cb32f57e59b2ae2c4986a5d641f2a2931 Mon Sep 17 00:00:00 2001 From: Valentin Dabstep Date: Mon, 12 May 2025 16:23:17 +0300 Subject: [PATCH] Add write param for test --- controller/fw/embed/src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/controller/fw/embed/src/main.cpp b/controller/fw/embed/src/main.cpp index ca3b55c..13a3b07 100644 --- a/controller/fw/embed/src/main.cpp +++ b/controller/fw/embed/src/main.cpp @@ -143,7 +143,6 @@ void send_can_with_id_crc(uint32_t id, uint8_t message_type, const void* data, s // Send message Can.write(msg_l); - __NOP(); } void send_velocity() {