Skip to content

Commit

Permalink
Update tests/drivers/nrf802154/main.c
Browse files Browse the repository at this point in the history
Co-authored-by: mguetschow <[email protected]>
  • Loading branch information
Lukas-Luger and mguetschow authored Jan 22, 2025
1 parent 5f04b75 commit d428629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/drivers/nrf802154/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ int cmd_send_beacon(int argc, char **argv)

static const shell_command_t shell_commands[] = {
{ "beaconsend", "Send an IEEE 802.15.4 beacon frame", cmd_send_beacon},
{NULL,NULL,NULL}
{NULL, NULL, NULL}
};

int main(void)
Expand Down

0 comments on commit d428629

Please sign in to comment.