ugfx_release_2.6
Joel Bodenmann 2013-06-22 14:02:56 +02:00
parent 5a25b2b7fb
commit 77a70fe9b8
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ static const I2CConfig i2cfg2 = {
* @notapi
*/
static void init_board(void) {
i2cStart(&I2CD2, %i2ccfg2);
i2cStart(&I2CD2, &i2ccfg2);
}