Skip to content

Commit

Permalink
Merge branch 'system-2x6-support' of https://github.com/israpps/wLaun…
Browse files Browse the repository at this point in the history
…chELF_ISR into system-2x6-support
  • Loading branch information
israpps committed Feb 27, 2024
2 parents 8ac99ed + 255b0a4 commit 2e52cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1868,7 +1868,7 @@ static void Set_CNF_Path(void)
static void load_irx_manual(void)
{
int id, ret;
char IRX_path[MAX_PATH] = "";
char IRX_path[MAX_PATH];
char *tmp;

if (getFilePath(IRX_path, USBKBD_IRX_CNF)>0)
Expand Down

0 comments on commit 2e52cb1

Please sign in to comment.