Skip to content
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

Boolean incompatible type error #26

Open
wcrookes opened this issue Jan 30, 2016 · 0 comments
Open

Boolean incompatible type error #26

wcrookes opened this issue Jan 30, 2016 · 0 comments

Comments

@wcrookes
Copy link

This error has unexpectedly arisen on two sample sketches which previously worked:

(personal library file) RF24Network/RF24Network.cpp:67:12: error: assigning to 'boolean' (aka 'unsigned char') from incompatible type 'void'
done = radio.read( frame_buffer, sizeof(frame_buffer) );
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

The error occurs in two example Arduino files/sketches within maniacbug/RF24Network at GitHub: helloworld_rx and helloworld_tx, *although there doesn't appear to have been any changes to any of the files associated with RF24Network for two years! *

HELP PLEASE!! Suggestions?! Thank you.

Wayne (Vancouver, Canada)

https://github.com/maniacbug/RF24Network/tree/master/examples/helloworld_r
7a7bbfb

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

1 participant