altos/cc1200: Adjust bit-sync configuration
[fw/altos] / src / drivers / ao_hmc5883.h
index 8d726510911558ae4e6ec3b8883941f286bf0bfc..ff2725ebdaa6820a10476452576fe25569b3e19b 100644 (file)
 #define HMC5883_ID_B           11
 #define HMC5883_ID_C           12
 
-extern uint8_t ao_hmc5883_valid;
-
 struct ao_hmc5883_sample {
        int16_t         x, y, z;
 };
 
-extern struct ao_hmc5883_sample ao_hmc5883_current;
+extern struct ao_hmc5883_sample        ao_hmc5883_current;
 
 void
 ao_hmc5883_init(void);