refactor: rename rtcan_msg_consumed()
to rtcan_msg_free()
#14
Labels
refactor
Rewriting/restructuring code without changing behaviour
Current Implementation
Function is named
rtcan_msg_consumed()
.Proposed Improvement
Function is named
rtcan_msg_free()
. This is simpler to understand (through relation tomalloc
andfree
).The text was updated successfully, but these errors were encountered: