From 6bc7601e8f6c83c8def86aa7ae7cf06f51593771 Mon Sep 17 00:00:00 2001 From: James McKenzie Date: Sat, 18 Feb 2023 18:48:42 +0000 Subject: remove all use of FP in printf as it's not thread safe --- app/prototypes.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/prototypes.h') diff --git a/app/prototypes.h b/app/prototypes.h index 2fb6277..82be3cb 100644 --- a/app/prototypes.h +++ b/app/prototypes.h @@ -212,3 +212,7 @@ extern uint32_t meteotime_data[(((((37)*(60)*(24)))+(32 -1))/(32))]; extern void meteotime_save(UTC *u, uint8_t *bits); /* ephemeris.c */ extern Ephemeris ephemeris[32]; +/* fp.c */ +extern char *fd1(double f, int s, int bp, int dp); +extern char *fd2(double f, int s, int bp, int dp); +extern char *fd3(double f, int s, int bp, int dp); -- cgit v1.2.3