mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
Forgot a "static" in r31462.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31463 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7b596416bf
commit
ea55ad07b7
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ bool si4700_st(void)
|
||||||
/* Low-level RDS Support */
|
/* Low-level RDS Support */
|
||||||
|
|
||||||
/* Transfer descriptor for RDS async operations */
|
/* Transfer descriptor for RDS async operations */
|
||||||
struct si4700_i2c_transfer_desc
|
static struct si4700_i2c_transfer_desc
|
||||||
{
|
{
|
||||||
struct i2c_transfer_desc xfer;
|
struct i2c_transfer_desc xfer;
|
||||||
unsigned char regbuf[32];
|
unsigned char regbuf[32];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue