1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

fixed: superfluous includes, docu (#148)

This commit is contained in:
Rolf Winter
2016-05-26 18:11:48 +02:00
committed by Matias Fontanini
parent 6b7bc76603
commit 5b00916f83
3 changed files with 1 additions and 4 deletions

View File

@@ -145,9 +145,8 @@ public:
void sport(uint16_t new_sport);
/**
* \brief Getter for the length field.
* \brief Set the length field.
* \param new_len The new length field.
* \return The length field.
*/
void length(uint16_t new_len);