comparison kernel/src/interrupt.c3 @ 361:614a7f6d4d4d

Fixed test
author Windel Bouwman
date Fri, 14 Mar 2014 16:18:54 +0100
parents kernel/interrupt.c3@c9781c73e7e2
children 9667d78ba79e
comparison
equal deleted inserted replaced
360:42343d189e14 361:614a7f6d4d4d
1 module interrupt;
2
3
4 func irq_handle()
5 {
6 }
7
8
9
10