zenxfi3&stfm1000: implement fmradio i2c and debug screen

Change-Id: I83dbdee13185d9adcf590dc213da5a8c97adb2ba
This commit is contained in:
Amaury Pouly 2012-05-19 18:03:27 +02:00
parent 4f5efac9e5
commit e401683482
6 changed files with 88 additions and 1 deletions

View file

@ -110,7 +110,8 @@ void system_init(void)
imx233_pwm_init();
imx233_lradc_init();
imx233_i2c_init();
#if defined(SANSA_FUZEPLUS) && !defined(BOOTLOADER)
#if !defined(BOOTLOADER) && \
(defined(SANSA_FUZEPLUS) || defined(CREATIVE_ZENXFI3))
fmradio_i2c_init();
#endif
}