projects
/
bertos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add brief. Add example callout functions. Use tokenToInt to compute date time stamp...
[bertos.git]
/
bertos
/
cpu
/
avr
/
hw
/
switch_avr.S
1
#include <cfg/cfg_arch.h>
2
3
#if !(ARCH & ARCH_NIGHTTEST)
4
#warning This file is deprecated, use switch_ctx_avr.S
5
#include "switch_ctx_avr.S"
6
#endif