[mcu] Added i2c3 initializationto mcu.c

closes #489
This commit is contained in:
softsr
2013-07-26 09:09:15 +02:00
committed by Felix Ruess
parent ff9bfb5cef
commit d4d1dfeec8
+3
View File
@@ -101,6 +101,9 @@ void mcu_init(void) {
#ifdef USE_I2C2
i2c2_init();
#endif
#ifdef USE_I2C3
i2c3_init();
#endif
#ifdef USE_ADC
adc_init();
#endif