[RFM9x] Added low-level access macro

This commit is contained in:
jgromes 2021-03-13 19:57:22 +01:00
parent 79296af398
commit b94d4ade1e
3 changed files with 3 additions and 3 deletions

View file

@ -68,7 +68,7 @@ class RFM95: public SX1278 {
*/
int16_t setFrequency(float freq);
#ifndef RADIOLIB_GODMODE
#if !defined(RADIOLIB_GODMODE)
private:
#endif

View file

@ -68,7 +68,7 @@ class RFM96: public SX1278 {
*/
int16_t setFrequency(float freq);
#ifndef RADIOLIB_GODMODE
#if !defined(RADIOLIB_GODMODE)
private:
#endif

View file

@ -38,7 +38,7 @@ class RFM97: public RFM95 {
*/
int16_t setSpreadingFactor(uint8_t sf);
#ifndef RADIOLIB_GODMODE
#if !defined(RADIOLIB_GODMODE)
private:
#endif