diff options
| author | Damien George <damien.p.george@gmail.com> | 2016-01-29 22:31:56 +0000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2016-01-29 22:31:56 +0000 |
| commit | ea89b80ff4f842b010f9f8ec3280675f81bc6bc5 (patch) | |
| tree | e3879bcf6d78ee5efeb8cfea32ccad80cf5763e6 /stmhal/boards | |
| parent | d3631339176b768ce1ffdc535223385245ff906b (diff) | |
stmhal: Make TIM3 available for use by the user.
TIM3 is no longer used by USB CDC for triggering outgoing data, so we
can now make it available to the user.
PWM fading on LED(4) is now gone, but will be reinstated in a new way.
Diffstat (limited to 'stmhal/boards')
| -rw-r--r-- | stmhal/boards/PYBLITEV10/mpconfigboard.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/boards/PYBLITEV10/mpconfigboard.h b/stmhal/boards/PYBLITEV10/mpconfigboard.h index 037302c6b..fb839888c 100644 --- a/stmhal/boards/PYBLITEV10/mpconfigboard.h +++ b/stmhal/boards/PYBLITEV10/mpconfigboard.h @@ -82,7 +82,6 @@ // USB config #define MICROPY_HW_USB_VBUS_DETECT_PIN (pin_A9) -#define MICROPY_HW_USE_ALT_IRQ_FOR_CDC (1) // MMA accelerometer config #define MICROPY_HW_MMA_AVDD_PIN (pin_A10) |
