mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Enable FM radio on the sansa c200v2 (untested).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20809 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e45a249916
commit
0d6a28edc3
2 changed files with 3 additions and 3 deletions
|
|
@ -31,7 +31,7 @@
|
|||
#include "generic_i2c.h"
|
||||
#include "fmradio_i2c.h"
|
||||
|
||||
#if defined(SANSA_CLIP)
|
||||
#if defined(SANSA_CLIP) || defined(SANSA_C200V2)
|
||||
#define I2C_GPIO(x) GPIOB_PIN(x)
|
||||
#define I2C_GPIO_DIR GPIOB_DIR
|
||||
#define I2C_SCL_PIN 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue