diff options
-rw-r--r-- | wirish/wirish.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wirish/wirish.cpp b/wirish/wirish.cpp index 01f4507..f2fb89b 100644 --- a/wirish/wirish.cpp +++ b/wirish/wirish.cpp @@ -75,7 +75,7 @@ void init(void) { timer_init(TIMER5, 1); timer_init(TIMER8, 1); #endif - // setupUSB(); + setupUSB(); /* include the board-specific init macro */ BOARD_INIT; |