diff options
Diffstat (limited to 'src/ipa/raspberrypi/controller/lux_status.h')
-rw-r--r-- | src/ipa/raspberrypi/controller/lux_status.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ipa/raspberrypi/controller/lux_status.h b/src/ipa/raspberrypi/controller/lux_status.h index c1134bec..cd5ed473 100644 --- a/src/ipa/raspberrypi/controller/lux_status.h +++ b/src/ipa/raspberrypi/controller/lux_status.h @@ -17,15 +17,7 @@ * (presumably meaningless) value in the image metadata. */ -#ifdef __cplusplus -extern "C" { -#endif - struct LuxStatus { double lux; double aperture; }; - -#ifdef __cplusplus -} -#endif |