diff --git a/soc/runtime/test_mode.c b/soc/runtime/test_mode.c index 3c0ce02f0..5083f84d7 100644 --- a/soc/runtime/test_mode.c +++ b/soc/runtime/test_mode.c @@ -257,6 +257,9 @@ static void ddstest_one(unsigned int i) }; unsigned int f, g, j; +#ifdef DDS_ONEHOT_SEL + i = 1 << i; +#endif brg_ddssel(i); ddsinit();