Browse Source

Fix fcvtf warning

teensy4-core
Alexander Shtuchkin 8 years ago
parent
commit
fdf4e7af50
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      teensy3/nonstd.c

+ 2
- 0
teensy3/nonstd.c View File

@@ -66,6 +66,8 @@ char * ltoa(long val, char *buf, int radix)
}
}

char * fcvtf(float, int, int *, int *);

char * dtostrf(float val, int width, unsigned int precision, char *buf)
{
int decpt, sign, reqd, pad;

Loading…
Cancel
Save