Fix issue when LR clock is not properly setup for sync test

This commit is contained in:
xross
2018-01-17 14:33:23 +00:00
parent fe93288b1f
commit c597bf6211

View File

@@ -435,6 +435,8 @@ static inline void InitPorts_slave(unsigned divide)
asm("setpt res[%0], %1"::"r"(p_i2s_adc[i]),"r"(tmp-1));
}
#endif
asm("setpt res[%0], %1"::"r"(p_lrclk),"r"(tmp-1));
}
#endif