lsm303d: fixed TEMP_H register define

This commit is contained in:
Andrew Tridgell 2013-11-15 11:12:08 +11:00
parent d0507296c0
commit b666581983
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,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