summaryrefslogtreecommitdiffstats
path: root/src/uca.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uca.c')
-rw-r--r--src/uca.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uca.c b/src/uca.c
index 4e1af56..fc36f2e 100644
--- a/src/uca.c
+++ b/src/uca.c
@@ -19,7 +19,7 @@
#include "cameras/pf.h"
#endif
-#ifdef HAVE_IPE_CAM
+#ifdef HAVE_IPE_CAMERA
#include "cameras/ipe.h"
#endif
@@ -94,7 +94,7 @@ struct uca_t *uca_init(void)
#ifdef HAVE_PHOTON_FOCUS
uca_pf_init,
#endif
-#ifdef HAVE_IPE_CAM
+#ifdef HAVE_IPE_CAMERA
uca_ipe_init,
#endif
#ifdef HAVE_PH