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 60c124a777
commit e53e016257

View File

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