[AX.25] Fixed macro guard

This commit is contained in:
jgromes 2021-11-28 22:54:01 +01:00
parent 963ef4f36a
commit 14d3ac6dff

View file

@ -342,7 +342,7 @@ class AX25Client {
*/ */
int16_t sendFrame(AX25Frame* frame); int16_t sendFrame(AX25Frame* frame);
#if !defined(ADIOLIB_GODMODE) #if !defined(RADIOLIB_GODMODE)
private: private:
#endif #endif
PhysicalLayer* _phy; PhysicalLayer* _phy;