DmaConfig init order

This commit is contained in:
JS Deck 2024-01-26 14:33:25 -04:00
parent 1c5ec87ec9
commit 573ee590e6

View File

@ -578,8 +578,8 @@ static inline void dmaConfigInitDefault(DmaConfig *cfg)
.endianSwapSize = 0,
.flags = DMACFG_WAIT_AVAILABLE,
._padding = 0,
.srcCfg = {},
.dstCfg = {},
.srcCfg = {},
};
}