mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-08 05:31:38 +02:00
0.8.24
* fix NRF communication for opendtufusion ethernet variant
This commit is contained in:
parent
222bf0e54a
commit
f191c036bb
8 changed files with 29 additions and 17 deletions
|
@ -31,6 +31,7 @@ class CommQueue {
|
|||
}
|
||||
|
||||
uint8_t getFillState(void) {
|
||||
DPRINTLN(DBG_INFO, "wr: " + String(mWrPtr) + ", rd: " + String(mRdPtr));
|
||||
return abs(mRdPtr - mWrPtr);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue