Fix typo in comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31034 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
95a828bcdb
commit
8a7482dd89
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ static inline void usb_slave_mode(bool on)
|
|||
cancel_cpu_boost();
|
||||
}
|
||||
}
|
||||
#else /* !USB_ROCKBOX_USB */
|
||||
#else /* !USE_ROCKBOX_USB */
|
||||
static inline void usb_slave_mode(bool on)
|
||||
{
|
||||
if(on)
|
||||
|
|
Loading…
Reference in a new issue