summaryrefslogtreecommitdiff
path: root/src/ipa/raspberrypi/controller/focus_status.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipa/raspberrypi/controller/focus_status.h')
-rw-r--r--src/ipa/raspberrypi/controller/focus_status.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipa/raspberrypi/controller/focus_status.h b/src/ipa/raspberrypi/controller/focus_status.h
index 3ad88777..ace2fe2c 100644
--- a/src/ipa/raspberrypi/controller/focus_status.h
+++ b/src/ipa/raspberrypi/controller/focus_status.h
@@ -17,7 +17,7 @@ extern "C" {
#endif
struct FocusStatus {
- int num;
+ unsigned int num;
uint32_t focus_measures[FOCUS_REGIONS];
};