[PHY] Fixed godmode not exposing private member (#950)
This commit is contained in:
parent
547328f375
commit
bce14023f9
1 changed files with 3 additions and 1 deletions
|
@ -487,8 +487,10 @@ class PhysicalLayer {
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !RADIOLIB_EXCLUDE_DIRECT_RECEIVE
|
#if !RADIOLIB_GODMODE
|
||||||
protected:
|
protected:
|
||||||
|
#endif
|
||||||
|
#if !RADIOLIB_EXCLUDE_DIRECT_RECEIVE
|
||||||
void updateDirectBuffer(uint8_t bit);
|
void updateDirectBuffer(uint8_t bit);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue