You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zephyr: device: Use AtomicBool instead of AtomicUsize
Change the AtomicUsize to an AtomicBool to clarify the use. The flag is
still stored inverted, so false is the correct initializer, and we will
still initialize from zero-initted memory.
Signed-off-by: David Brown <[email protected]>
0 commit comments