From f099a075e0f7ba8fc82ae0a51793bb8f06972e7b Mon Sep 17 00:00:00 2001 From: jgromes Date: Fri, 24 Sep 2021 08:58:32 +0200 Subject: [PATCH] [AFSK] Added FSK4 friend class --- src/protocols/AFSK/AFSK.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/protocols/AFSK/AFSK.h b/src/protocols/AFSK/AFSK.h index a5a2c053..79183d5c 100644 --- a/src/protocols/AFSK/AFSK.h +++ b/src/protocols/AFSK/AFSK.h @@ -62,6 +62,7 @@ class AFSKClient { friend class HellClient; friend class SSTVClient; friend class AX25Client; + friend class FSK4Client; }; #endif