fixed SLT signedness

This commit is contained in:
Markus Fröschle
2013-07-15 04:27:28 +00:00
parent fc7967b4dc
commit b3ff4f9d08

View File

@@ -359,7 +359,7 @@ void init_fbcs()
void wait_pll(void)
{
uint32_t trgt = MCF_SLT0_SCNT - 100000;
int32_t trgt = MCF_SLT0_SCNT - 100000;
do
{
;