lsm303d: fixed TEMP_H register define

This commit is contained in:
Andrew Tridgell 2013-11-15 11:12:08 +11:00 committed by Lorenz Meier
parent cdaafff6e4
commit 671447ce2c
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ static const int ERROR = -1;
#define WHO_I_AM 0x49
#define ADDR_OUT_TEMP_L 0x05
#define ADDR_OUT_TEMP_H 0x05
#define ADDR_OUT_TEMP_H 0x06
#define ADDR_STATUS_M 0x07
#define ADDR_OUT_X_L_M 0x08
#define ADDR_OUT_X_H_M 0x09