better start file

removed unnecessary line from tmr-int test
This commit is contained in:
Mariano Alvira 2010-03-02 16:26:42 -05:00
parent 9b05f05503
commit a00b9f7bd0
2 changed files with 82 additions and 53 deletions

View file

@ -60,12 +60,6 @@ void main(void) {
enable_tmr_irq();
/* go into user mode to handle IRQs */
/* disabling interrupts is now difficult */
asm(".code 32;"
"msr cpsr_c,#(0x10);"
".code 16; ");
while(1) {
/* sit here and let the interrupts do the work */
};