Skip to content

Commit

Permalink
Remove superfluous class attributes
Browse files Browse the repository at this point in the history
Relates to [CANAPI-79]
  • Loading branch information
uv-software committed Apr 7, 2024
1 parent 0163642 commit d1eddc0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Sources/PeakCAN.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,6 @@
class CANCPP CPeakCAN : public CCanApi {
private:
CANAPI_Handle_t m_Handle; ///< CAN interface handle
//CANAPI_OpMode_t m_OpMode; ///< CAN operation mode
//CANAPI_Bitrate_t m_Bitrate; ///< CAN bitrate settings
//struct {
// uint64_t u64TxMessages; ///< number of transmitted CAN messages
// uint64_t u64RxMessages; ///< number of received CAN messages
// uint64_t u64ErrorFrames; ///< number of received status messages
//} m_Counter;
public:
// constructor / destructor
CPeakCAN();
Expand Down

0 comments on commit d1eddc0

Please sign in to comment.