Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
visus
/
teensy-core-4.1
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Update nonstd.c
teensy4-core
Frank
4 anos atrás
pai
3faa68520a
commit
40af196b75
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
+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.0
f
;
newPrecision--;
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar