Commit 148a02e
committed
boards/stm32f429i-disc1: fix fmc_sdram_bank_conf_t initializer order
C++20 requires designated initializers to follow struct declaration
order, GCC rejects out-of-order designators as a hard error.
This was latent in C builds but visibles when board headers are compiled
as C++ (e.g. via pkg/radiolib), causing a Murdock CI failure.
Reorder the initializer fields to match the struct declaration order.
Signed-off-by: Baptiste Le Duc <baptiste.le-duc@vates.tech>1 parent 0268c11 commit 148a02e
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| 210 | + | |
| 211 | + | |
210 | 212 | | |
211 | 213 | | |
212 | | - | |
213 | 214 | | |
214 | | - | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
0 commit comments