ソースを参照

Update nonstd.c

teensy4-core
Frank 4年前
コミット
40af196b75
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      teensy4/nonstd.c

+ 1
- 1
teensy4/nonstd.c ファイルの表示

@@ -163,7 +163,7 @@ char * dtostrf(float val, int width, unsigned int precision, char *buf)

// shift decimal point
while (newPrecision > 0) {
val *= 10.0;
val *= 10.0f;
newPrecision--;
}


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