Fix typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27981 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4e982d30a1
commit
97ed213fce
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ static inline void stub_storage_spindown(int timeout) { (void)timeout; }
|
|||
*/
|
||||
#define storage_num_drives() NUM_DRIVES
|
||||
#if (CONFIG_STORAGE == 0) /* application */
|
||||
#define STORANGE_FUNCTION(NAME) (stub_## NAME)
|
||||
#define STORAGE_FUNCTION(NAME) (stub_## NAME)
|
||||
#define storage_spindown stub_storage_spindown
|
||||
#define storage_sleep stub_storage_sleep
|
||||
#define storage_spin stub_storage_spin
|
||||
|
|
Loading…
Reference in a new issue