Skip to content

Commit

Permalink
drivers: ieee802154: ieee802154_uart_pipe: replace magic number
Browse files Browse the repository at this point in the history
Replaces a magic number by the appropriate definition.

Signed-off-by: Florian Grandel <[email protected]>
  • Loading branch information
fgrandel authored and henrikbrixandersen committed Sep 29, 2024
1 parent 0d118ec commit f55cf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ieee802154/ieee802154_uart_pipe.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,4 +401,4 @@ static const struct ieee802154_radio_api upipe_radio_api = {
NET_DEVICE_DT_INST_DEFINE(0, upipe_init, NULL, &upipe_context_data, NULL,
CONFIG_KERNEL_INIT_PRIORITY_DEFAULT, &upipe_radio_api,
IEEE802154_L2, NET_L2_GET_CTX_TYPE(IEEE802154_L2),
125);
IEEE802154_MTU);

0 comments on commit f55cf43

Please sign in to comment.