ソースを参照

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

Fix fcvtf warning in newer versions of newlib
main
Paul Stoffregen 8年前
コミット
0b16dad9eb
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      teensy3/nonstd.c

+ 2
- 0
teensy3/nonstd.c ファイルの表示

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

読み込み中…
キャンセル
保存