summaryrefslogtreecommitdiff
path: root/AK8975_FS/akmdfs/AK8975Driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'AK8975_FS/akmdfs/AK8975Driver.h')
-rw-r--r--AK8975_FS/akmdfs/AK8975Driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/AK8975_FS/akmdfs/AK8975Driver.h b/AK8975_FS/akmdfs/AK8975Driver.h
index 2f226ac..a09610a 100644
--- a/AK8975_FS/akmdfs/AK8975Driver.h
+++ b/AK8975_FS/akmdfs/AK8975Driver.h
@@ -27,7 +27,7 @@
#define AKD_FALSE 0 /*!< Represents false */
#define AKD_SUCCESS 1 /*!< Represents success.*/
#define AKD_FAIL 0 /*!< Represents fail. */
-#define AKD_ERROR -1 /*!< Represents error. */
+#define AKD_ERROR (-1) /*!< Represents error. */
/*! 0:Don't Output data, 1:Output data */
#define AKD_DBG_DATA 0