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

Function RFM69_readAllRegs not defined in RFM69_new.h #1019

Closed
ricgyver opened this issue Dec 27, 2017 · 0 comments
Closed

Function RFM69_readAllRegs not defined in RFM69_new.h #1019

ricgyver opened this issue Dec 27, 2017 · 0 comments

Comments

@ricgyver
Copy link

Hi to all,
if I try to define in my sketch #define MY_DEBUG_VERBOSE_RFM69_REGISTERS the IDE shows an error:

'RFM69_readAllRegs' was not declared in this scope

There is a missing definition in RFM69_new.h
By adding the line

LOCAL void RFM69_readAllRegs(void);

everything works fine.
Hope it can be solved in next release.

bye!

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