at86rf2xx: fix channel asserts#7488
Conversation
52d75ad to
e0319ed
Compare
Rebased to current master (was a little bit complicated). Please re-ACK.
|
What was the rationale for 8 bit wide channels again? Btw: the rationale for my proposed PR was that packages that access this netdev option may often use |
Did you mean 16-bit wide? If not: You proposed to change the type in #7427, so you have to answer that. If yes: I think @haukepetersen aimed for simplicity in API usage, so all scalar numbers were either
But your proposed PR was an API change in disguise (handing over |
|
Yes, I mean 16 bit. And yes I agree that my PR is broken. Let's see if we can find a better solution. |
|
In the meantime, let's fix the bug and merge this PR? |
e0319ed to
bae9c2e
Compare
|
Rebased to current master. |
|
@haukepetersen could you maybe re-ACK? You ACK'd already on Aug 29. |
Alternative to #7427, just fixes the assert to the specified type in
netopt.h.