Phone hack: endless loop

Motorola seems to be in an endless loop?
In any case, it only shows the motorola logo and does not react to
pressing the power button.
This commit is contained in:
Christina Quast
2015-03-24 21:59:32 +01:00
parent 5134fb6f53
commit 4bcc023be7
6 changed files with 55 additions and 17 deletions

View File

@@ -144,7 +144,7 @@ void USART1_IrqHandler( void )
// buf_push((USART_PHONE->US_RHR) & 0xFF);
PR("e");
PR("%x\n\r", (USART_PHONE->US_RHR) & 0xFF);
PR("st:", stat);
PR("st: %x ", stat);
} /* else: error occured */
if ((buf.idx % BUFLEN) == BUFLEN-1) {