mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Fix identations.
Change-Id: I98acabd5c8ab024d553726cfabe5654242a18b3b
This commit is contained in:
parent
670af6344e
commit
f84602aa68
3 changed files with 15 additions and 15 deletions
|
|
@ -176,7 +176,7 @@ void flash_init(void)
|
|||
/* Redundat - we will use special macros
|
||||
* just for reference what OF does
|
||||
*/
|
||||
flash_spec[i].cmd = 0x180E8200 + (i<<9);
|
||||
flash_spec[i].cmd = 0x180E8200 + (i<<9);
|
||||
flash_spec[i].addr = 0x180E204 + (i<<9);
|
||||
flash_spec[i].data = 0x180E208 + (i<<9);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue