Make CAN work

This commit is contained in:
2023-03-08 20:20:01 +01:00
parent 81b7a23a34
commit 0ddea60a50
13 changed files with 227 additions and 74 deletions

8
Core/Inc/vehicle.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef __INC_VEHICLE_H
#define __INC_VEHICLE_H
#include "tx_port.h"
void vehicle_thread_entry(ULONG hfdcan_addr);
#endif // __INC_VEHICLE_H