rk3168_86v: fix gsensor direction mma7660

This commit is contained in:
hjc
2013-03-12 11:45:38 +08:00
parent 4474e2aeab
commit eb8bf67cd5

View File

@@ -333,7 +333,7 @@ static struct sensor_platform_data mma7660_info = {
.irq_enable = 1,
.poll_delay_ms = 30,
.init_platform_hw = mma7660_init_platform_hw,
.orientation = {0, -1, 0, 0, 0, -1, -1, 0, 0},
.orientation = {0, -1, 0, -1, 0, 0, 0, 0, -1},
};
#endif