mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 12:08:16 +00:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -195,6 +195,7 @@ static bool tsc_busy(FAR struct ads7843e_config_s *state)
|
|||
last = busy;
|
||||
}
|
||||
#endif
|
||||
|
||||
return busy;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue