Modified for compatibility with Rev.E. hardware

Fork of AkmSensor by AKM Development Platform

Revision:
43:45225713cd58
Parent:
40:42e48427e4b7
Child:
46:5938ad2039b0
--- a/ak9750ctrl.cpp	Fri Nov 03 19:45:33 2017 +0000
+++ b/ak9750ctrl.cpp	Wed Nov 08 21:56:17 2017 +0000
@@ -1,5 +1,4 @@
 #include "ak9750ctrl.h"
-#include "debug.h"
 
 #define CONV16I(high,low)  ((int16_t)(((high) << 8) | (low)))