MicroAPRS/bertos/cpu/avr/hw/switch_avr.S

7 lines
148 B
ArmAsm
Raw Normal View History

2014-04-03 14:21:37 -06:00
#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