fixed busy waiting loop for PSC3 used for PIC communication

This commit is contained in:
Markus Fröschle
2013-12-16 05:50:51 +00:00
parent afba456b92
commit e05881352f

View File

@@ -66,7 +66,7 @@ static inline bool pic_txready(void)
if (MCF_PSC3_PSCSR & MCF_PSC_PSCSR_TXRDY) if (MCF_PSC3_PSCSR & MCF_PSC_PSCSR_TXRDY)
return true; return true;
return true; return false;
} }
/* /*