9 lines
144 B
C
9 lines
144 B
C
|
#ifndef __INC_VEHICLE_H
|
||
|
#define __INC_VEHICLE_H
|
||
|
|
||
|
#include "tx_port.h"
|
||
|
|
||
|
void vehicle_thread_entry(ULONG hfdcan_addr);
|
||
|
|
||
|
#endif // __INC_VEHICLE_H
|