updated state machine

This commit is contained in:
Hamza
2024-05-27 13:29:53 +02:00
parent 9042ceb02c
commit fc24a34740
5 changed files with 169 additions and 96 deletions

View File

@ -24,5 +24,5 @@ void can_handle_send_status() {
}
void can_handle_recieve_command(const uint8_t *data){
ftcan_msg_received_cb(0x501, 8, data);
ftcan_msg_received_cb(0x501, 16, data);
}