From 8bfec2b53822e2b62c4577b32e0beae398a16297 Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 10 Mar 2014 13:27:02 +0000 Subject: Rename formatfloat file; remove MICROPY_ENABLE_FLOAT from mpconfigport.h. MICROPY_ENABLE_FLOAT is automatically set in mpconfig.h if MICROPY_FLOAT_IMPL is set to a non-zero value. --- py/format-float.h | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 py/format-float.h (limited to 'py/format-float.h') diff --git a/py/format-float.h b/py/format-float.h deleted file mode 100644 index 590fb0e91..000000000 --- a/py/format-float.h +++ /dev/null @@ -1,3 +0,0 @@ -int format_float(float f, char *buf, size_t bufSize, char fmt, int prec, char sign); - - -- cgit v1.2.3