mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix stupid omission
Change-Id: I9d65b8feeeb4c31e14fa60b370a12c0cc8b13f54
This commit is contained in:
parent
6df15ea653
commit
5645135092
1 changed files with 0 additions and 1 deletions
|
@ -121,7 +121,6 @@ int spi_block_transfer(enum SPI_target target,
|
||||||
/* Disable the clock */
|
/* Disable the clock */
|
||||||
bitclr16(&IO_CLK_MOD2, CLK_MOD2_SIF0);
|
bitclr16(&IO_CLK_MOD2, CLK_MOD2_SIF0);
|
||||||
|
|
||||||
mutex_unlock(&spi_mtx);
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue