mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
usb-nano2g-6g: missing brace in non-default preprocessor path
Change-Id: Iacf6719e58b927bb619d469048e16797cae5cecd
This commit is contained in:
parent
b18d76a1c4
commit
41b46231cb
1 changed files with 1 additions and 0 deletions
|
|
@ -85,4 +85,5 @@ void usb_init_device(void)
|
||||||
PWRCON(0) |= 0x4;
|
PWRCON(0) |= 0x4;
|
||||||
PWRCON(1) |= 0x8;
|
PWRCON(1) |= 0x8;
|
||||||
#endif
|
#endif
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue