mas_run() didn't work
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1477 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7ad3ba07e5
commit
5c682fb0cd
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ int mas_run(unsigned short address)
|
|||
i2c_begin();
|
||||
|
||||
buf[0] = MAS_DATA_WRITE;
|
||||
buf[1] = address << 8;
|
||||
buf[1] = address >> 8;
|
||||
buf[2] = address & 0xff;
|
||||
|
||||
/* send run command */
|
||||
|
|
Loading…
Reference in a new issue