mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-08-14 01:16:12 -04:00
Working
This commit is contained in:
commit
c898b090dd
1049 changed files with 288572 additions and 0 deletions
6
bertos/cpu/avr/hw/switch_avr.S
Normal file
6
bertos/cpu/avr/hw/switch_avr.S
Normal file
|
@ -0,0 +1,6 @@
|
|||
#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
|
Loading…
Add table
Add a link
Reference in a new issue