Skip to content

Commit

Permalink
sync 64 bytes everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
facchinm committed May 15, 2024
1 parent 97358c2 commit 6761eca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes-kernel/kernel-modules/x8h7/x8h7.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#define X8H7_RX_TIMEOUT (HZ/10)

#define X8H7_PKT_SIZE 1024
#define X8H7_PKT_SIZE 64

typedef struct {
uint8_t peripheral;
Expand Down
2 changes: 1 addition & 1 deletion recipes-kernel/kernel-modules/x8h7/x8h7_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#include "x8h7.h"

#define DRIVER_NAME "x8h7"
#define X8H7_BUF_SIZE (64*1024)
#define X8H7_BUF_SIZE (64)
#define FIXED_PACKET_LEN 64

//#define DEBUG
Expand Down

0 comments on commit 6761eca

Please sign in to comment.