mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
make tpj1022 bootloader compile again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23892 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0e74fceb8f
commit
2d722a17ec
9 changed files with 11 additions and 11 deletions
|
|
@ -459,7 +459,7 @@ void system_init(void)
|
|||
/* to be done */
|
||||
#elif defined (MROBE_100)
|
||||
/* to be done */
|
||||
#elif defined (ELIO_TPJ1022)
|
||||
#elif defined (TATUNG_TPJ1022)
|
||||
/* to be done */
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@
|
|||
#define USB_GPIO_MASK 0x10
|
||||
#define USB_GPIO_VAL 0x10
|
||||
|
||||
#elif defined(ELIO_TPJ1022)
|
||||
#elif defined(TATUNG_TPJ1022)
|
||||
/* GPIO ? bit ? is usb detect (dummy value)*/
|
||||
#define USB_GPIO GPIOD
|
||||
#define USB_GPIO_MASK 0x10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue