Merge pull request #1 from xzn/ntr_bins

DmaConfig init order
This commit is contained in:
JS Deck 2024-01-26 14:35:37 -04:00 committed by GitHub
commit a86b6ec55c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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