Make CAN work
This commit is contained in:
8
Core/Inc/vehicle.h
Normal file
8
Core/Inc/vehicle.h
Normal 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
|
||||
Reference in New Issue
Block a user