Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiaai committed Mar 3, 2024
1 parent c24304f commit 674268b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/LDS_YDLIDAR_X4.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -274,11 +274,6 @@ LDS::result_t LDS_YDLIDAR_X4::waitScanDot() {
CheckSumCal ^= LastSampleAngleCal;

CheckSumResult = CheckSumCal == CheckSum;
//if (CheckSumCal != CheckSum){
// CheckSumResult = false;
//} else {
// CheckSumResult = true;
//}
}

//if (CheckSumResult)
Expand Down
1 change: 0 additions & 1 deletion src/LDS_YDLIDAR_X4.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#pragma once
#include "LDS.h"


class LDS_YDLIDAR_X4 : public LDS {
public:
virtual void init() override;
Expand Down

0 comments on commit 674268b

Please sign in to comment.