瀏覽代碼

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


Loading…
取消
儲存