From 15ad37a361c952c52f1761db03f759bfb287dcdb Mon Sep 17 00:00:00 2001 From: DL1YCF Date: Thu, 20 May 2021 17:20:56 +0200 Subject: [PATCH] corrected small typo --- radio.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/radio.c b/radio.c index bfd409d..dc5f1e4 100644 --- a/radio.c +++ b/radio.c @@ -54,10 +54,8 @@ #ifdef SOAPYSDR #include "soapy_protocol.h" #endif -#ifdef GPIO -##include "actions.h" +#include "actions.h" #include "gpio.h" -#endif #include "vfo.h" #include "vox.h" #include "meter.h" -- 2.45.2