aboutsummaryrefslogtreecommitdiffstats
path: root/sw/ltc2400.h
diff options
context:
space:
mode:
Diffstat (limited to 'sw/ltc2400.h')
-rw-r--r--sw/ltc2400.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/ltc2400.h b/sw/ltc2400.h
index d46a24f..05204dd 100644
--- a/sw/ltc2400.h
+++ b/sw/ltc2400.h
@@ -33,4 +33,4 @@ void ltc2400_init();
bool ltc2400_conversion_ready();
-float ltc2400_get_conversion_result(bool& dmy_fault, bool& exr_fault, uint32_t& raw_value);
+double ltc2400_get_conversion_result(bool& dmy_fault, bool& exr_fault, uint32_t& raw_value);