Skip to content

Conversation

@PaoloP74
Copy link
Contributor

This fix eliminate a warning due to wrong data type used.

Stream.cpp:167:10: warning: comparison is always false due to limited range of data type [-Wtype-limits] if(c < 0)

> Stream.cpp:167:10: warning: comparison is always false due to limited range of data type [-Wtype-limits] if(c < 0)
@PaoloP74
Copy link
Contributor Author

PaoloP74 commented Dec 4, 2015

Fix with commit eb397e2

@PaoloP74 PaoloP74 closed this Dec 4, 2015
@PaoloP74 PaoloP74 deleted the stream_warning branch December 4, 2015 09:55
@cmaglie cmaglie added this to the Release 1.6.3 milestone Mar 10, 2016
dhalbert pushed a commit to dhalbert/ArduinoCore-samd that referenced this pull request Aug 7, 2018
update pwms, timer definitions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants