Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test_msg: remove redundant packet buffer initialization
The <msg>_encode function always zeros the buffer up to <msg>_MAX_SIZE bytes so there is no need to do it beforehand. Avoids encouraging poor habits.
- Loading branch information