aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2020-12-20 22:22:17 +1300
committerDavid Phillips <david@yeah.nah.nz>2020-12-20 22:22:17 +1300
commit75154ebdfbbfe7a04d21d910254058a757d2eef6 (patch)
treea4b2276da1b23a88fb15c434a2aaa7d6939c79b0 /util.h
parent74dbe89a7574ccfc0238c9ec4f55ac4fd9d40949 (diff)
downloadaltimeter-75154ebdfbbfe7a04d21d910254058a757d2eef6.tar.xz
Use float-enabled printf implementation
I hadn't realised there is a float-enabled printf implementation in AVR libc, so let's use that instead of our own hack.
Diffstat (limited to 'util.h')
-rw-r--r--util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/util.h b/util.h
index 49812b9..71adadf 100644
--- a/util.h
+++ b/util.h
@@ -4,4 +4,3 @@
float pressure_to_metres_asl(float real, float setting);
void blank_to_eol(char *line, size_t len);
-void split_float(float input, int *integer_part, float *float_part);