Skip to content
Snippets Groups Projects
Commit 7662de76 authored by rahix's avatar rahix
Browse files

fix(serial): Make length parameter a size_t


Make the length parameter a `size_t` instead of a `intptr_t`.  A signed
value does not make any sense here and just leads to weird behavior if a
negative value is given nonetheless.

See issue card10/firmware#192

Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 351ddaf8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment