Add Wizard version check (to change the way the project file is loaded)
[bertos.git] / bertos / cpu / arm / hw / switch_arm.S
1 #include <cfg/cfg_arch.h>
2
3 #if !(ARCH & ARCH_NIGHTTEST)
4         #warning This file is deprecated, use switch_ctx_arm.S
5         #include "switch_ctx_arm.S"
6 #endif