repo.or.cz
/
sdcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Pick three bugfixes from next branch to trunk for inclusion in 4.5.0 RC2, as discusse...
[sdcc.git]
/
sdcc
/
support
/
regression
/
ports
/
mcs51-common
/
T2_isr.c
blob
0bb0d63e8854e4c13f2d524d8f21efeee00843aa
1
//dummy interrupt service routine
2
//just to make linker happy
3
4
void
5
T2_isr
(
void
)
__interrupt
(
5
)
6
{
7
}