diff options
Diffstat (limited to 'os/ex/ST/l3gd20.h')
-rw-r--r-- | os/ex/ST/l3gd20.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ex/ST/l3gd20.h b/os/ex/ST/l3gd20.h index 98e41cfbc..d3eb7121f 100644 --- a/os/ex/ST/l3gd20.h +++ b/os/ex/ST/l3gd20.h @@ -168,7 +168,7 @@ typedef enum { * @brief L3GD20 block data update */ typedef enum { - L3GD20_BDU_CONTINOUS = 0x00, /**< Block data continuously updated. */ + L3GD20_BDU_CONTINUOUS = 0x00, /**< Block data continuously updated. */ L3GD20_BDU_BLOCKED = 0x80 /**< Block data updated after reading. */ }l3gd20_bdu_t; |