Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(client): change to AtomicU64 to AtomicUsize #1293

Merged
merged 4 commits into from
Feb 12, 2024
Merged

Conversation

niklasad1
Copy link
Member

Close #1290

Some targets may not support AtomicU64.
This PR moves to AtomicUsize instead to support more targets.

Some targets may not support AtomicU64.
This PR moves to `AtomicUsize` instead to support more targets.
@niklasad1 niklasad1 requested a review from a team as a code owner February 12, 2024 09:30
core/src/client/mod.rs Outdated Show resolved Hide resolved
@niklasad1 niklasad1 merged commit aa257c0 into master Feb 12, 2024
11 checks passed
@niklasad1 niklasad1 deleted the na-fix-1290 branch February 12, 2024 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AtomicU64/AtomicI64 is no longer supported by the *-espidf targets.
3 participants