Remove unneeded define

This commit is contained in:
Ed
2024-01-19 09:24:02 +00:00
parent 8b58fe5aaa
commit cb84d69231

View File

@@ -4,15 +4,7 @@
#ifndef _SW_PLL_WRAPPPER_H_
#define _SW_PLL_WRAPPPER_H_
/* By default we use SW_PLL for Digital Rx configs running on xcore.ai */
/* Note: Not yet implemented for Synchronous mode */
#ifdef __XS3A__
#ifndef USE_SW_PLL
#define USE_SW_PLL 1
#endif /* USE_SW_PLL */
#else
#define USE_SW_PLL 0
#endif /* __XS3A__ */
#include "xua.h"
#if USE_SW_PLL
extern "C"