Update USE_SW_PLL define usage

This commit is contained in:
Ed
2024-01-05 16:18:38 +00:00
parent 4962cebc9c
commit a3419fdba7

View File

@@ -8,11 +8,15 @@
#include "xua_commands.h"
#include "xua_clocking.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
#endif /* __XS3A__ */
#if USE_SW_PLL
extern "C"