SAM3/4: Loop counter for PLL delay must be volatile or it may get optimized away
This commit is contained in:
parent
61ac624755
commit
1f08ac3beb
|
@ -195,6 +195,7 @@ static bool tsc_busy(FAR struct ads7843e_config_s *state)
|
|||
last = busy;
|
||||
}
|
||||
#endif
|
||||
|
||||
return busy;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue