mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
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:
parent
21d40affc5
commit
310346ebcc
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
#define I2C_SCL_PIN 6
|
||||
#define I2C_SDA_PIN 7
|
||||
|
||||
#elif
|
||||
#else
|
||||
#error no FM I2C GPIOPIN defines
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue