Skip to content

Commit 6b7aa41

Browse files
CoreBoxerCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 09b7874 commit 6b7aa41

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • bsp/nxp/mcx/mcxa/frdm-mcxa366/board/ports/cherryusb

bsp/nxp/mcx/mcxa/frdm-mcxa366/board/ports/cherryusb/cherryusb.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ static int rt_hw_mcxa156_cherryusb_hid_init(void)
3333
INIT_COMPONENT_EXPORT(rt_hw_mcxa156_cherryusb_hid_init);
3434
static int hid_example(int argc, char **argv)
3535
{
36+
RT_UNUSED(argc);
37+
RT_UNUSED(argv);
38+
3639
hid_mouse_test(0);
3740
return 0;
3841
}

0 commit comments

Comments
 (0)