mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Sansa Clip: remove unused variable
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19332 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fb11a838eb
commit
76617c8f94
1 changed files with 0 additions and 2 deletions
|
|
@ -70,8 +70,6 @@
|
|||
/* DBOP initialisation, do what OF does */
|
||||
static void ams3525_dbop_init(void)
|
||||
{
|
||||
int clkdiv = 4 - 1;
|
||||
|
||||
CGU_DBOP |= (1<<3) | CLK_DIV(AS3525_PCLK_FREQ, AS3525_DBOP_FREQ);
|
||||
|
||||
GPIOB_AFSEL = 0x08; /* DBOP on pin 3 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue