mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-20 20:13:50 +01:00
`thread_stack_init()` didn't correctly set up the stack alignment. This fixes the issue and brings the function closer to the Cortex M version, laying the groundwork for future code duplication. This fixes https://github.com/RIOT-OS/RIOT/issues/11885