Fixing typo in flag setting
This commit is contained in:
@@ -134,7 +134,7 @@ void loop() {
|
|||||||
|
|
||||||
if (sendFlagLidar) {
|
if (sendFlagLidar) {
|
||||||
portENTER_CRITICAL(&timeLidarMux);
|
portENTER_CRITICAL(&timeLidarMux);
|
||||||
sendFlagGnss = false;
|
sendFlagLidar = false;
|
||||||
portEXIT_CRITICAL(&timeLidarMux);
|
portEXIT_CRITICAL(&timeLidarMux);
|
||||||
|
|
||||||
handleLidarCommand();
|
handleLidarCommand();
|
||||||
|
|||||||
Reference in New Issue
Block a user