Copied from STs implementation.

Dependents:   teensyIMU

Revision:
1:898554a35638
Parent:
0:32f3441153b5
--- a/lis3mdl_platform.h	Thu Oct 06 16:45:48 2016 +0000
+++ b/lis3mdl_platform.h	Thu Oct 06 23:28:08 2016 +0000
@@ -74,7 +74,7 @@
  * [7] TEMP_COMP: Temperature compensation enable
  * [6:5] OM1-0: X and Y axes operative mode selection
  * [4:2] DO2-0: Output data rate selection
- * [1] This bit must be set to �0� for the correct operation of the device
+ * [1] FAST ODR
  * [0] ST: Self-test enable
  * \endcode
  */
@@ -111,6 +111,7 @@
  * \endcode
  */
 #define LIS3MDL_M_CTRL_REG3_M                               0x22
+#define LIS3MDL_M_CTRL_REG4_M                               0x23
 
 
 /**