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

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