Fixed sensors test

This commit is contained in:
Lorenz Meier 2012-08-18 22:39:57 +02:00
parent dc484c1d21
commit d48f7ea9f2
1 changed files with 1 additions and 1 deletions

View File

@ -435,7 +435,7 @@ hmc5883l(int argc, char *argv[])
fflush(stdout);
int fd;
int16_t buf[3] = {0, 0, 0};
int16_t buf[7] = {0, 0, 0};
int ret;
fd = open("/dev/hmc5883l", O_RDONLY);