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(radio): wrong length to convert read frame #20

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

fpistm
Copy link
Member

@fpistm fpistm commented Sep 12, 2024

usage of sizeof was wrong as it always returned 4, the size of the pointer.

Fixes #15.

usage of sizeof was wrong as it always returned 4,
the size of the pointer.

Fixes stm32duino#15.

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
@fpistm fpistm added this to the 1.0.2 milestone Sep 12, 2024
@fpistm fpistm merged commit fc0ef5e into stm32duino:main Sep 12, 2024
@fpistm fpistm deleted the sizeof branch September 12, 2024 14:17
@fpistm fpistm added the fix 🩹 Bug fix label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 🩹 Bug fix
Projects
Development

Successfully merging this pull request may close these issues.

Problem with sending message longer than 4 characters & Problem with firmware update
1 participant