mirror of
https://github.com/markqvist/OpenModem.git
synced 2024-12-11 17:04:19 -05:00
7 lines
148 B
ArmAsm
7 lines
148 B
ArmAsm
#include <cfg/cfg_arch.h>
|
|
|
|
#if !(ARCH & ARCH_NIGHTTEST)
|
|
#warning This file is deprecated, use switch_ctx_arm.S
|
|
#include "switch_ctx_arm.S"
|
|
#endif
|