Fix MacOS compile warning in rot_pstrotator.c

This commit is contained in:
Mike Black W9MDB 2024-09-08 08:57:28 -05:00
parent d20a235860
commit 6d76ba4e7f

View File

@ -243,7 +243,7 @@ static void *pstrotator_handler_start(void *arg)
//if (n > 0) rig_debug(RIG_DEBUG_CACHE, "%s: az=%.1f, el=%.1f\n", __func__, priv->az, priv->el);
}
return RIG_OK;
return NULL;
}
#endif