mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Add IAP support to iPod Mini 1G.
Tested on iPod Mini 1G. Change-Id: I67ac9b7ed84c34533107136d0aa72e5ce3bcc5bc Reviewed-on: http://gerrit.rockbox.org/668 Reviewed-by: Frank Gevaerts <frank@gevaerts.be>
This commit is contained in:
parent
fb8faa16ea
commit
c71e0567d6
2 changed files with 11 additions and 2 deletions
|
|
@ -48,9 +48,9 @@ void serial_setup (void)
|
|||
{
|
||||
int tmp;
|
||||
|
||||
#if defined(IPOD_COLOR) || defined(IPOD_4G) || defined(IPOD_MINI2G)
|
||||
#if defined(IPOD_COLOR) || defined(IPOD_4G) || defined(IPOD_MINI) || defined(IPOD_MINI2G)
|
||||
|
||||
/* Route the Tx/Rx pins. 4G Ipod, ser1, dock connector */
|
||||
/* Route the Tx/Rx pins. 4G Ipod, MINI & MINI2G ser1, dock connector */
|
||||
GPIO_CLEAR_BITWISE(GPIOD_ENABLE, 0x6);
|
||||
GPIO_CLEAR_BITWISE(GPIOD_OUTPUT_EN, 0x6);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue