Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-raca authored Mar 6, 2019
1 parent e5fb223 commit 2c44183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Wiegand.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Wiegand {
*/
static const uint8_t MAX_BITS = 64;

/**
/**
* 34-bit is the maximum I've seen used for Wiegand
*/
static const uint8_t MAX_BYTES = ((MAX_BITS + 7)/8);
Expand Down

0 comments on commit 2c44183

Please sign in to comment.