diff options
-rw-r--r-- | main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -88,8 +88,8 @@ int main() { // NZLSOHSK DSPD // core configuration - OTG_FS.reg.GCCFG = (1 << 19); - // VBUSBSEN + OTG_FS.reg.GCCFG = (1 << 19) | (1 << 16); + // VBUSBSEN PWRDWN while(1) { led_green.toggle(); |