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

Signed bitfields are broken in rust-bindgen #482

Open
ProfFan opened this issue Oct 16, 2024 · 0 comments
Open

Signed bitfields are broken in rust-bindgen #482

ProfFan opened this issue Oct 16, 2024 · 0 comments

Comments

@ProfFan
Copy link
Contributor

ProfFan commented Oct 16, 2024

See rust-lang/rust-bindgen#1160

I discovered this issue in wifi_pkt_rx_ctrl_t, but same problems could be in other places as well.

Appearance of the bug: all negative values such as the RSSI are instead shown as 2's complement (-xx to 2xx)

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

No branches or pull requests

1 participant