[PHY] Fixed godmode not exposing private member (#950)

This commit is contained in:
jgromes 2024-02-02 16:36:50 +01:00
parent 547328f375
commit bce14023f9

View file

@ -487,8 +487,10 @@ class PhysicalLayer {
#endif
#if !RADIOLIB_EXCLUDE_DIRECT_RECEIVE
#if !RADIOLIB_GODMODE
protected:
#endif
#if !RADIOLIB_EXCLUDE_DIRECT_RECEIVE
void updateDirectBuffer(uint8_t bit);
#endif