Skip to content

Commit

Permalink
again clang fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Abyl Ikhsanov committed Feb 16, 2024
1 parent 83c08f5 commit 313014f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion isobus/include/isobus/isobus/can_message.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ namespace isobus
/// @return True if (all) the bit(s) are set, false otherwise
bool get_bool_at(const std::uint32_t byteIndex, const std::uint8_t bitIndex, const std::uint8_t length = 1) const;


/// @brief Get a 64-bit unsinged integer from the buffer at a specific index but custom length
/// Why 64 bit? Because we do not know the length and it could be 10 bits or 54 so better to convert everything into 64 bit
/// @details This function will return 8 bytes at a specified index in the buffer but custom bit length
Expand Down

0 comments on commit 313014f

Please sign in to comment.