diff options
Diffstat (limited to 'src/ipa/raspberrypi/controller/noise_status.h')
-rw-r--r-- | src/ipa/raspberrypi/controller/noise_status.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipa/raspberrypi/controller/noise_status.h b/src/ipa/raspberrypi/controller/noise_status.h index 8439a402..358af4fe 100644 --- a/src/ipa/raspberrypi/controller/noise_status.h +++ b/src/ipa/raspberrypi/controller/noise_status.h @@ -13,8 +13,8 @@ extern "C" { #endif struct NoiseStatus { - double noise_constant; - double noise_slope; + double noiseConstant; + double noiseSlope; }; #ifdef __cplusplus |