mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix red in 82f3d0c18f
, accidentaly commited it.
Change-Id: Ie801992589ea278e3c2864d9bb335aeff549debc
This commit is contained in:
parent
82f3d0c18f
commit
859984bd8c
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ bool headphones_inserted(void)
|
|||
#ifdef BOOTLOADER
|
||||
int ps = 0;
|
||||
#else
|
||||
int ps = surfans_get_outputs();
|
||||
int ps = xduoo_get_outputs();
|
||||
#endif
|
||||
|
||||
return (ps == 2 || ps == 3);
|
||||
|
@ -88,7 +88,7 @@ bool lineout_inserted(void)
|
|||
#ifdef BOOTLOADER
|
||||
int ps = 0;
|
||||
#else
|
||||
int ps = surfans_get_outputs();
|
||||
int ps = xduoo_get_outputs();
|
||||
#endif
|
||||
return (ps == 1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue