Przeglądaj źródła

Merge pull request #189 from ashtuchkin/fix-warning-fcvtf

Fix fcvtf warning in newer versions of newlib
main
Paul Stoffregen 8 lat temu
rodzic
commit
0b16dad9eb
1 zmienionych plików z 2 dodań i 0 usunięć
  1. +2
    -0
      teensy3/nonstd.c

+ 2
- 0
teensy3/nonstd.c Wyświetl plik

@@ -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;

Ładowanie…
Anuluj
Zapisz