Skip to content

Commit

Permalink
missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
cozzyd committed May 14, 2024
1 parent 8a6a398 commit 0e1103d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ static int handle_cmd_reset(rno_g_cmd_reset_t * cmd)
case RNO_G_RESET_SBC:
config_block()->app_cfg.sbc_boot_mode = cmd->opt.sbc.boot_mode;
config_block_sync();
return 0;
break;
#if REV_AT_LEAST_F
case RNO_G_RESET_USB:
Expand Down

0 comments on commit 0e1103d

Please sign in to comment.