843: error: void value not ignored as it ought to be
airob0t opened this issue · 2 comments
airob0t commented
843: error: void value not ignored as it ought to be
uint8_t got = radio.read(&p, PKT_SIZE);
arduino ide 1.0.6
samyk commented
Are you using maniacbuf's RF24 library or a different version/fork? (There are a ton of forks but you should make sure you're using maniacbug's: https://github.com/maniacbug/RF24)
airob0t commented
solved,thank you.