RIOT/cpu/atmega_common
Marian Buschsieweke 20b9ef7c5b
cpu/atmega_common: Fix function attributes
Functions marked with __atribute__((naked)) may only use basic inline assembly
and must not use any c code. The functions __enter_thread_mode() and
cpu_switch_context_exit() are using C code, so they must not be marked as
naked.
2019-04-26 11:02:01 +02:00
..
2014-08-27 16:22:48 +02:00
2018-03-30 10:22:32 +02:00