1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-17 18:43:50 +01:00
Marian Buschsieweke 2b6f65a08a
build_system/xfa: change API to fix alignment
This changes the API of xfa from

    XFA(array_name, prio) type element_name = INITIALIZER;

to

    XFA(type, array_name, prio) element_name = INITIALIZER;

this allows forcing natural alignment of the type, fixing failing tests
on `native64`.
2024-11-07 16:30:01 +01:00
..
2024-02-08 09:52:22 -05:00
2022-03-09 21:43:05 +01:00
2023-04-27 13:19:17 +02:00
2023-01-08 22:25:10 +01:00
2022-03-09 21:43:05 +01:00
2022-03-10 10:15:14 +01:00
2024-01-17 16:05:12 +01:00
2022-03-09 21:43:05 +01:00
2022-03-09 21:43:05 +01:00
2022-03-09 21:43:05 +01:00