Skip to content

Commit

Permalink
changed receiver threshold, now skipping 4 clock bytes out of the 5
Browse files Browse the repository at this point in the history
  • Loading branch information
swarnavaghosh04 committed Jun 8, 2024
1 parent 04687ac commit 0a7ad51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace crc{
}

extern const char* access_code;
constexpr int access_code_front_trim = 8;
constexpr int access_code_front_trim = 8*4;
extern const char* trimmed_access_code;

}
Expand Down

0 comments on commit 0a7ad51

Please sign in to comment.