Ver código fonte

Update nonstd.c

teensy4-core
Frank 4 anos atrás
pai
commit
40af196b75
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      teensy4/nonstd.c

+ 1
- 1
teensy4/nonstd.c Ver arquivo

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


Carregando…
Cancelar
Salvar