Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Miroslav Pivovarsky committed May 27, 2024
1 parent 9af79c9 commit 8026e10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ESP32_PrusaConnectCam/camera.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ void Camera::CapturePhoto() {
CameraCaptureFailedCounter++;
log->AddEvent(LogLevel_Error, F("Camera capture failed! photo. Attempt: "), String(CameraCaptureFailedCounter));
xSemaphoreGive(frameBufferSemaphore); // Release semaphore before returning
CameraCaptureFailedCounter++;
return;
}

Expand Down

0 comments on commit 8026e10

Please sign in to comment.