From e9550d633e99fea5ce7e75f68a9e30dbff823590 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 14 Apr 2016 16:53:17 +0200 Subject: [PATCH] din: Update documentation - clarification - typos --- rpp/include/rpp/din.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rpp/include/rpp/din.h b/rpp/include/rpp/din.h index 7c6a81b..e86e387 100644 --- a/rpp/include/rpp/din.h +++ b/rpp/include/rpp/din.h @@ -3,7 +3,7 @@ * * @file din.h * - * @copyright Copyright (C) 2013 Czech Technical University in Prague + * @copyright Copyright (C) 2013, 2016 Czech Technical University in Prague * * @author Carlos Jenkins */ @@ -56,8 +56,9 @@ int8_t rpp_din_ref(uint16_t refA, uint16_t refB); * Note that pins [8-15] are pull-down only. * @param[in] active TRUE to setup pin as active or FALSE to set it as * tri-stated. - * @param[in] can_wake TRUE is given pin can wake module from sleep state and - * trigger an interrupt on MCU. FALSE otherwise. + * @param[in] can_wake TRUE if the given pin can wake the module from + * sleep state and trigger an interrupt on MCU. + * FALSE otherwise. * * @return SUCCESS if successful.\n * -1 if pin number is out of range.\n -- 2.39.2