Skip to content

Commit

Permalink
Add missing brace from case switch
Browse files Browse the repository at this point in the history
Signed-off-by: Szczepan Zalega <[email protected]>
  • Loading branch information
szszszsz committed Jul 9, 2018
1 parent 28bb522 commit 2755be7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firmware/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ int16_t main(void) {

if (state == APP_HID_MSG)
state = APP_NOTHING;
}
break;
#ifdef U2F_SUPPORT_WINK
case APP_WINK:
Expand Down

0 comments on commit 2755be7

Please sign in to comment.