소스 검색

Merge pull request #247 from FrankBoesing/patch-5

fix warning: comparison is always false due to limited range of data …
main
Paul Stoffregen 7 년 전
부모
커밋
1220d26e99
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      teensy3/Stream.cpp

+ 1
- 1
teensy3/Stream.cpp 파일 보기

@@ -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();

Loading…
취소
저장