1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 08:21:18 +01:00
RIOT/drivers
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-05-16 14:55:30 +02:00
2024-05-28 12:20:54 +02:00
2024-10-02 22:17:08 +02:00
2024-06-12 13:11:45 +02:00
2024-05-16 14:55:30 +02:00
2024-06-12 13:11:45 +02:00
2024-05-16 14:55:30 +02:00
2024-10-02 09:48:29 +02:00
2024-10-02 09:48:29 +02:00
2024-10-02 09:48:29 +02:00