summaryrefslogtreecommitdiff
path: root/support/regression/ports/mcs51-common/T2_isr.c
blob: cdac4425a25940c7539a4a061b0f859a9277ba42 (plain) (blame)
1
2
3
4
5
6
7
//dummy interrupt service routine
//just to make linker happy

void
T2_isr (void) __interrupt 5
{
}