Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

@szsam
Copy link

@szsam szsam commented May 22, 2023

If using '%lu', the argument should be of type 'unsigned long', but the actual argument resp_num is of type 'uint32_t'. Calling a printf-like function with the wrong type of arguments causes unpredictable behavior.

Also, use PRIX8 to print uint8_t.

If using '%lu', the argument should be of type 'unsigned long',
but the actual argument resp_num is of type 'uint32_t'.
Calling a printf-like function with the wrong type of arguments causes
unpredictable behavior.

Also, use PRIX8 to print uint8_t.

Signed-off-by: Mingjie Shen <shen497@purdue.edu>
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.

1 participant

Morty Proxy This is a proxified and sanitized view of the page, visit original site.