Skip to content

Commit

Permalink
Rename FecConstants.hpp to FECConstants.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
buldo authored Nov 17, 2023
1 parent 2405af1 commit 64f1b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fec/FecConstants.hpp → src/fec/FECConstants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ static constexpr const uint16_t MAX_N_S_FRAGMENTS_PER_BLOCK = 128;
static constexpr const uint16_t MAX_TOTAL_FRAGMENTS_PER_BLOCK =
MAX_N_P_FRAGMENTS_PER_BLOCK + MAX_N_S_FRAGMENTS_PER_BLOCK;

#endif // FEC_CONSTANTS_HPP
#endif // FEC_CONSTANTS_HPP

0 comments on commit 64f1b4c

Please sign in to comment.