forked from len0rd/rockbox
as3514: do not error out if included by files which don't use AS3514_I2C_ADDR
If the model is unknown and try to use it, the build will fail anyway because it will not be defined git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19079 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c48001b172
commit
79e56a7410
1 changed files with 0 additions and 2 deletions
|
|
@ -103,8 +103,6 @@ extern void audiohw_set_sample_rate(int sampling_control);
|
||||||
#if defined(SANSA_E200) || defined(SANSA_C200) || defined(PHILIPS_SA9200) \
|
#if defined(SANSA_E200) || defined(SANSA_C200) || defined(PHILIPS_SA9200) \
|
||||||
|| CONFIG_CPU == AS3525
|
|| CONFIG_CPU == AS3525
|
||||||
#define AS3514_I2C_ADDR 0x46
|
#define AS3514_I2C_ADDR 0x46
|
||||||
#else
|
|
||||||
#error Unknown target!
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* _AS3514_H */
|
#endif /* _AS3514_H */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue