Skip to content

Commit

Permalink
Update cpu/native/socket_zep/socket_zep.c
Browse files Browse the repository at this point in the history
Co-authored-by: Teufelchen <9516484+Teufelchen1@users.noreply.github.com>
  • Loading branch information
benpicco and Teufelchen1 authored Feb 2, 2025
1 parent f1ba2ef commit 3f56ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/native/socket_zep/socket_zep.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ static void _socket_isr(int fd, void *arg)
zep_v2_data_hdr_t *zep = (zep_v2_data_hdr_t *)tmp;

if (zep->chan != zepdev->chan) {
DEBUG("socket_zep::read: wrong channel\n");
DEBUG("socket_zep::read: wrong channel %d but expected %d\n", zep->chan, zepdev->chan);
goto out;
}

Expand Down

0 comments on commit 3f56ba2

Please sign in to comment.