X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/rsbs2/blobdiff_plain/da7751cb0539c2ecb03ff66d05904626052e06e3..04040cd098c4329f0053599394f0c519ab3df3ba:/bmc/i2c.h diff --git a/bmc/i2c.h b/bmc/i2c.h index af27f94..7b783d7 100644 --- a/bmc/i2c.h +++ b/bmc/i2c.h @@ -1,6 +1,6 @@ #define BMC_ADDR 0x24 -extern volatile unsigned char i2c_databuf[12]; +extern volatile unsigned char i2c_databuf[24]; extern volatile uint8_t i2c_len; extern volatile uint8_t i2c_done;