Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
visus
/
teensy-cores
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
fix warning: comparison is always false due to limited range of data type
main
Frank
hace 7 años
padre
0400e066fd
commit
dc1426be97
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-1
teensy3/Stream.cpp
+ 1
- 1
teensy3/Stream.cpp
Ver fichero
@@ -176,7 +176,7 @@ float Stream::parseFloat(char skipChar){
boolean isNegative = false;
boolean isFraction = false;
long value = 0;
char
c;
int
c;
float fraction = 1.0;
c = peekNextDigit();
Escribir
Vista previa
Cargando…
Cancelar
Guardar