j
k
j a
j l
+struct { unsigned int tx; unsigned int rx; +} rt1011_tdm_mask[] = { {.tx = 0x4, .rx = 0x1}, {.tx = 0x8, .rx = 0x2}, +};
+struct {
+} rt1011_tdm_mask[] = {
+};
as noted in the GitHub review this should be static and possibly const.
Back to the thread
Back to the list