RIOT/cpu/cortexm_common
Kaspar Schleiser 68a4099c1c cpu/cortexm: fix pointer calculation
gcc9 started realizing that _sram is basically an uint8_t[1] and thus
HARDFAULT_HANDLER_REQUIRED_STACK_SPACE cannot be added to it without
exceeding the one-sized array.

This commit casts _sram to (uintptr_t) where that happens.
2019-05-13 17:38:10 +02:00
..
2017-11-16 14:40:16 +01:00
2019-01-21 17:04:20 +01:00
2018-06-11 19:12:02 +02:00