diff options
| author | mlundinse <lundin@mlu.mine.nu> | 2013-04-23 20:48:01 +0200 |
|---|---|---|
| committer | mlundinse <lundin@mlu.mine.nu> | 2013-04-23 20:48:01 +0200 |
| commit | cd7f34a357c1035a2c69918131a923e4006544a0 (patch) | |
| tree | b6cc4c8fcbcb7a395eab80ccfab30aeb8b14668d /wirish/stm32f1 | |
| parent | b15b9224d7df27b09e91e27947371d22a056c27e (diff) | |
dont initialise SerialUSB by default
Diffstat (limited to 'wirish/stm32f1')
| -rw-r--r-- | wirish/stm32f1/boards_setup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wirish/stm32f1/boards_setup.cpp b/wirish/stm32f1/boards_setup.cpp index 11872d5..ca1a43c 100644 --- a/wirish/stm32f1/boards_setup.cpp +++ b/wirish/stm32f1/boards_setup.cpp @@ -75,7 +75,7 @@ namespace wirish { __weak void board_setup_usb(void) { #if BOARD_HAVE_SERIALUSB - SerialUSB.begin(); + //SerialUSB.begin(); #endif } |
