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

binary numbers don't work in MDK-ARM #242

Closed
ab316 opened this issue Apr 11, 2016 · 1 comment
Closed

binary numbers don't work in MDK-ARM #242

ab316 opened this issue Apr 11, 2016 · 1 comment
Labels

Comments

@ab316
Copy link
Contributor

ab316 commented Apr 11, 2016

I am using the RF24, RF24Network and RF24Mesh libraries with STM32L0 in Keil MDK-ARM compiler.
The problem is that the binary numbers like 0B111 give error in the compiler so I have to convert them to Hexa (0x07).
Kindly make these changes, if possible, in all the libraries to ensure maximum compatibility across compilers.

@TMRh20 TMRh20 added the bug label Apr 12, 2016
TMRh20 added a commit that referenced this issue Nov 10, 2016
- Change binary to hex
- Assign csDelay value in constructor
TMRh20 added a commit to nRF24/RF24Network that referenced this issue Nov 10, 2016
@TMRh20
Copy link
Member

TMRh20 commented Nov 10, 2016

Issue should finally be resolved, please advise if anything was missed

@TMRh20 TMRh20 closed this as completed Nov 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants