summaryrefslogtreecommitdiff
path: root/camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'camera.h')
-rw-r--r--camera.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camera.h b/camera.h
index 2ef0f03..8d342d7 100644
--- a/camera.h
+++ b/camera.h
@@ -56,7 +56,7 @@ void delay (unsigned int msecs);
int openCameraFd ();
void sendCommand (Camera *cam, uint8_t cmd, uint8_t args[]);
bool runCommand (Camera *cam, uint8_t cmd, uint8_t args[], int respLen);
-uint8_t readResponse (Camera *cam, int nBytes, unsigned int timeout);
+uint8_t readResponse (Camera *cam, unsigned int nBytes, unsigned int timeout);
bool verifyResponse (Camera *cam, uint8_t cmd);
bool cameraFrameBuffCtrl (Camera *cam, uint8_t cmd);
bool takePicture (Camera *cam);