Skip to content

Commit 156cf10

Browse files
committed
getMode declared not implemented
1 parent 15ed0d5 commit 156cf10

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/TJA1020.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ void Lin_TJA1020::writeFrameClassic(uint8_t FrameID, size_t size)
8585
/// does control sequences to switch from one to another operational mode of the chip
8686
/// NormalSlope, LowSlope for writing operation;
8787
/// Sleep will release INH and may disables Power-Supply
88-
/// @param newMode TJA1020 Mode to be the next
88+
/// @param mode TJA1020 Mode to be the next
8989
void Lin_TJA1020::setMode(TJA1020_Mode mode)
9090
{
9191
// we don't need to act, if we're allready there

src/TJA1020.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ class Lin_TJA1020 : public Lin_Interface
2828
void writeFrame(uint8_t FrameID, size_t size);
2929
void writeFrameClassic(uint8_t FrameID, size_t size);
3030

31-
/// returns the current mode of TJA1020 chip
32-
TJA1020_Mode getMode();
3331
/// switches the operational mode of TJA1020 chip
3432
/// @param mode target mode
3533
void setMode(TJA1020_Mode mode);

0 commit comments

Comments
 (0)