RIOT/cpu/atmega_common
Marian Buschsieweke e6353f8e29
cpu/{atxmega,atmega_common}: fix invalid use of PSTR()
core_panic() doesn't expect the message to be in program memory, but
in data memory. Bad things will happen on AVR when the address is
interpreted as being in data address space, but the allocation is
done in program address space.

(cherry picked from commit 35a1b60068d8efadf3beb31b71c9022a5856bdd9)
2021-10-01 21:55:07 +02:00
..
2014-08-27 16:22:48 +02:00