Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
visus
/
teensy-core-4.1
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
fix warning: comparison is always false due to limited range of data type
teensy4-core
Frank
7 anni fa
parent
0400e066fd
commit
dc1426be97
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+1
-1
teensy3/Stream.cpp
+ 1
- 1
teensy3/Stream.cpp
Vedi File
@@ -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();
Write
Preview
Loading…
Annulla
Salva