Fix a #elif without condion (is an error with newer gcc/cpp versions).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23502 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-11-03 21:20:02 +00:00
parent 21d40affc5
commit 310346ebcc

View file

@ -49,7 +49,7 @@
#define I2C_SCL_PIN 6
#define I2C_SDA_PIN 7
#elif
#else
#error no FM I2C GPIOPIN defines
#endif