stw24/Core/Inc/vehicle.h

9 lines
144 B
C
Raw Normal View History

2023-03-08 20:20:01 +01:00
#ifndef __INC_VEHICLE_H
#define __INC_VEHICLE_H
#include "tx_port.h"
void vehicle_thread_entry(ULONG hfdcan_addr);
#endif // __INC_VEHICLE_H