Skip to content

Commit

Permalink
TOFIX u2f_printx macro blocks the build
Browse files Browse the repository at this point in the history
Signed-off-by: Szczepan Zalega <[email protected]>
  • Loading branch information
szszszsz committed Jul 7, 2018
1 parent 28bb522 commit 0253687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ int16_t main(void) {

if (error)
{
u2f_printx("error: ", 1, (uint16_t)error);
// u2f_printx("error: ", 1, (uint16_t)error);
#ifdef U2F_BLINK_ERRORS
for (ms_grad=0; ms_grad < 8; ms_grad++)
{
Expand Down

0 comments on commit 0253687

Please sign in to comment.