usb-nano2g-6g: missing brace in non-default preprocessor path

Change-Id: Iacf6719e58b927bb619d469048e16797cae5cecd
This commit is contained in:
Rafaël Carré 2012-03-30 18:58:38 -04:00
parent b18d76a1c4
commit 41b46231cb

View file

@ -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