Skip to content

Commit

Permalink
Change smartcard default speed to 9408 for 3.5Mhz clock
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDRRB committed Feb 13, 2024
1 parent d9a7097 commit 9826b18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/hydrabus/hydrabus_bbio_smartcard.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include "hydrabus_bbio_smartcard.h"
#include "bsp_smartcard.h"

#define SMARTCARD_DEFAULT_SPEED (9600)
#define SMARTCARD_DEFAULT_SPEED (9408)

void bbio_smartcard_init_proto_default(t_hydra_console *con)
{
Expand Down
2 changes: 1 addition & 1 deletion src/hydrabus/hydrabus_mode_smartcard.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include "bsp_smartcard.h"
#include <string.h>

#define SMARTCARD_DEFAULT_SPEED (9600)
#define SMARTCARD_DEFAULT_SPEED (9408)

static int exec(t_hydra_console *con, t_tokenline_parsed *p, int token_pos);
static int show(t_hydra_console *con, t_tokenline_parsed *p);
Expand Down

0 comments on commit 9826b18

Please sign in to comment.