Skip to content

Commit

Permalink
increased access code trimming
Browse files Browse the repository at this point in the history
  • Loading branch information
swarnavaghosh04 committed Jun 22, 2024
1 parent 7ed90d3 commit 0ec1ac6
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*3;
constexpr int access_code_front_trim = 8*3+2;
extern const char* trimmed_access_code;

}
Expand Down

0 comments on commit 0ec1ac6

Please sign in to comment.