1
0
Fork 0
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:
Rafaël Carré 2008-11-10 21:10:27 +00:00
parent c48001b172
commit 79e56a7410

View file

@ -103,8 +103,6 @@ extern void audiohw_set_sample_rate(int sampling_control);
#if defined(SANSA_E200) || defined(SANSA_C200) || defined(PHILIPS_SA9200) \
|| CONFIG_CPU == AS3525
#define AS3514_I2C_ADDR 0x46
#else
#error Unknown target!
#endif
#endif /* _AS3514_H */