aboutsummaryrefslogtreecommitdiffstats
path: root/src/hmc5883.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hmc5883.c')
-rw-r--r--src/hmc5883.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hmc5883.c b/src/hmc5883.c
index 6167f73..c02d1cf 100644
--- a/src/hmc5883.c
+++ b/src/hmc5883.c
@@ -7,8 +7,9 @@
#include "hmc5883.h"
+#include "deftypes.h"
-extern int file;
+extern uint16 devicef;
extern void bus_err(int ern);
extern void print_help(void);
unsigned char buf[5];