Skip to content

Wire.cpp optimistic_yield() Bug in Staging #588

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
toddtreece opened this issue Jul 22, 2015 · 0 comments
Closed

Wire.cpp optimistic_yield() Bug in Staging #588

toddtreece opened this issue Jul 22, 2015 · 0 comments

Comments

@toddtreece
Copy link
Contributor

I'm using the staging package to test against right now because it has some fixes I need, and I ran into this new bug with the Wire lib:

/home/travis/.arduino15/packages/esp8266/hardware/esp8266/1.6.5-939-g033463a/libraries/Wire/Wire.cpp: In member function 'virtual int TwoWire::available()':
/home/travis/.arduino15/packages/esp8266/hardware/esp8266/1.6.5-939-g033463a/libraries/Wire/Wire.cpp:167:26: error: too few arguments to function 'void optimistic_yield(uint32_t)'
         optimistic_yield();
                          ^
In file included from /home/travis/.arduino15/packages/esp8266/hardware/esp8266/1.6.5-939-g033463a/cores/esp8266/twi.h:23:0,
                 from /home/travis/.arduino15/packages/esp8266/hardware/esp8266/1.6.5-939-g033463a/libraries/Wire/Wire.cpp:30:
/home/travis/.arduino15/packages/esp8266/hardware/esp8266/1.6.5-939-g033463a/cores/esp8266/Arduino.h:208:6: note: declared here
 void optimistic_yield(uint32_t interval_us);

Travis CI build log with more details: https://travis-ci.org/adafruit/adafruit-io-basics#L591

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

No branches or pull requests

2 participants