Skip to content

Commit

Permalink
Fix riot test
Browse files Browse the repository at this point in the history
  • Loading branch information
LasseRosenow committed Feb 6, 2025
1 parent e282052 commit 739e2ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ typedef struct {
char msg[512];
} lf_msg_t;

size_t serialize_msg_t(const void *user_struct, size_t user_struct_size, unsigned char *msg_buf) {
int serialize_msg_t(const void *user_struct, size_t user_struct_size, unsigned char *msg_buf) {
(void)user_struct_size;
const lf_msg_t *msg = user_struct;

Expand Down

0 comments on commit 739e2ed

Please sign in to comment.