Skip to content

Commit

Permalink
Update pkcan.cpp
Browse files Browse the repository at this point in the history
suppress debugging in reception thread
  • Loading branch information
meeludwig authored Jun 7, 2024
1 parent b3fe9c9 commit 4df7585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CanInterfaceImplementations/pkcan/pkcan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ DWORD WINAPI PKCanScan::CanScanControlThread(LPVOID pCanScan)
canMessage.c_id = tpcanMessage.ID;
canMessage.c_ff = tpcanMessage.MSGTYPE;

MLOGPK(DBG, pkCanScanPointer)<< __FILE__ << " " << __LINE__ << " " << __FUNCTION__
<< " CanModule peak received message: " << CanModule::canMessageToString( canMessage );
//MLOGPK(DBG, pkCanScanPointer)<< __FILE__ << " " << __LINE__ << " " << __FUNCTION__
// << " CanModule peak received message: " << CanModule::canMessageToString( canMessage );

unsigned long long mmsec = 0xFFFFFFFFUL;
mmsec = mmsec * 1000;
Expand Down

0 comments on commit 4df7585

Please sign in to comment.