use stdint types only where needed

This commit is contained in:
Markus Fröschle
2017-04-15 07:34:51 +00:00
parent 4f45b21484
commit 900d83eca7
5 changed files with 141 additions and 110 deletions

View File

@@ -474,7 +474,7 @@ bool xlbarb_interrupt_handler(void *arg1, void *arg2)
*/
MCF_XLB_XARB_SR = status; /* rwc bits */
return false;
return true;
}
#if defined(MACHINE_FIREBEE)