OpenModem/bertos/cpu/avr/hw/switch_avr.S
2014-04-03 22:21:37 +02:00

7 lines
148 B
ArmAsm

#include <cfg/cfg_arch.h>
#if !(ARCH & ARCH_NIGHTTEST)
#warning This file is deprecated, use switch_ctx_avr.S
#include "switch_ctx_avr.S"
#endif