SAM3/4: Loop counter for PLL delay must be volatile or it may get optimized away

This commit is contained in:
Gregory Nutt 2013-06-13 16:18:25 -06:00
parent 61ac624755
commit 1f08ac3beb
1 changed files with 1 additions and 0 deletions

View File

@ -195,6 +195,7 @@ static bool tsc_busy(FAR struct ads7843e_config_s *state)
last = busy;
}
#endif
return busy;
}