Skip to content

Commit

Permalink
fix: resolve review issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Charon-Fan committed Oct 24, 2023
1 parent 19827ae commit 21280ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/driver/usb/usbd_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#define MSC_OUT_EP 0x04
#else
#define MSC_EP_NUM 0x01
#define APDU_EP_NUM 0x02
#define EAPDU_EP_NUM 0x02
#define MSC_IN_EP 0x81
#define MSC_OUT_EP 0x01
#endif
Expand Down
2 changes: 1 addition & 1 deletion src/managers/keystore.c
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ void KeyStoreTest(int argc, char *argv[])
PrintArray(tempStr, key, 32);
}
GetFpStateInfo(byte32);
("fp state info", byte32, 32);
PrintArray("fp state info", byte32, 32);
} else if (strcmp(argv[0], "clear_fp_info") == 0) {
printf("clear fp info test\r\n");
memset(key, 0, 32);
Expand Down
1 change: 0 additions & 1 deletion src/webusb_protocol/protocol_parse.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
enum {
SERVICE_ID_DEVICE_INFO = 1,
SERVICE_ID_FILE_TRANS,
SERVICE_ID_SIGN_TX,
SERVICE_ID_MAX
};

Expand Down

0 comments on commit 21280ea

Please sign in to comment.