From a65cd2e59b32201ebc2777de6aa0470400500b4b Mon Sep 17 00:00:00 2001 From: Alex Tereschenko Date: Sat, 30 Dec 2017 19:57:26 +0000 Subject: [PATCH] lis2ds12.{h,hpp}: add missing parameter description Signed-off-by: Alex Tereschenko --- src/lis2ds12/lis2ds12.h | 1 + src/lis2ds12/lis2ds12.hpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/lis2ds12/lis2ds12.h b/src/lis2ds12/lis2ds12.h index 865cbded..df55face 100644 --- a/src/lis2ds12/lis2ds12.h +++ b/src/lis2ds12/lis2ds12.h @@ -299,6 +299,7 @@ extern "C" { * Read contiguous registers into a buffer * * @param dev The device context + * @param reg The register to start the read from * @param buffer The buffer to store the results * @param len The number of registers to read * @return The number of bytes read, or -1 on error diff --git a/src/lis2ds12/lis2ds12.hpp b/src/lis2ds12/lis2ds12.hpp index b1a0e55d..e2da9ba8 100644 --- a/src/lis2ds12/lis2ds12.hpp +++ b/src/lis2ds12/lis2ds12.hpp @@ -292,6 +292,7 @@ namespace upm { /** * Read contiguous registers into a buffer * + * @param reg The register to start the read from * @param buffer The buffer to store the results * @param len The number of registers to read * @return The number of bytes read