quick board file fix

ugfx_release_2.6
Joel Bodenmann 2013-06-24 23:52:13 +02:00
parent 9aa1e95423
commit 8c3f23f606
1 changed files with 1 additions and 1 deletions

View File

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