Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
[fw/altos] / src / drivers / ao_hmc5883.h
index 78637b029ead55cd988f3421d4624d0225dc974c..b90733df0968e09a19cf97e582c03e247aa94193 100644 (file)
@@ -77,7 +77,7 @@
 #define HMC5883_ID_C           12
 
 struct ao_hmc5883_sample {
-       int16_t         x, y, z;
+       int16_t         x, z, y;
 };
 
 extern struct ao_hmc5883_sample        ao_hmc5883_current;