13 lines
165 B
C++
13 lines
165 B
C++
#ifndef COMMOBD2CAN_H
|
|
#define COMMOBD2CAN_H
|
|
|
|
#include "LiveData.h"
|
|
|
|
class CommObd2Can : public CommInterface {
|
|
|
|
protected:
|
|
public:
|
|
};
|
|
|
|
#endif // COMMOBD2CAN_H
|