diff options
Diffstat (limited to 'os/ex/ST/l3gd20.h')
-rw-r--r-- | os/ex/ST/l3gd20.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/ex/ST/l3gd20.h b/os/ex/ST/l3gd20.h index 968921e73..12770fcdd 100644 --- a/os/ex/ST/l3gd20.h +++ b/os/ex/ST/l3gd20.h @@ -379,7 +379,7 @@ typedef enum { /** * @brief L3GD20 LP2 filter mode. - * @detail To activate LP2 HP should be active + * @details To activate LP2 HP should be active */ typedef enum { L3GD20_LP2M_ON = 0x00, /**< LP2 filter activated. */ @@ -467,7 +467,7 @@ typedef struct { l3gd20_hpcf_t hpconfiguration; /** * @brief L3GD20 LP2 filter mode. - * @detail To activate LP2 HP should be active + * @details To activate LP2 HP should be active */ l3gd20_lp2m_t lp2mode; #endif |