diff options
Diffstat (limited to 'cpu/at91rm9200/i2c.c')
-rw-r--r-- | cpu/at91rm9200/i2c.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/at91rm9200/i2c.c b/cpu/at91rm9200/i2c.c index 34a6f517b62..433dd32a231 100644 --- a/cpu/at91rm9200/i2c.c +++ b/cpu/at91rm9200/i2c.c @@ -118,8 +118,8 @@ i2c_probe(unsigned char chip) } int -i2c_read(unsigned char chip, unsigned int addr, int alen, - unsigned char *buffer, int len) +i2c_read (unsigned char chip, unsigned int addr, int alen, + unsigned char *buffer, int len) { #ifdef CFG_I2C_EEPROM_ADDR_OVERFLOW /* we only allow one address byte */ |