lib/utils/pyexec: Update to work with new MICROPY_HW_ENABLE_USB option.
This commit is contained in:
parent
5c320bd0b0
commit
d9b9fbc41a
@ -35,7 +35,7 @@
|
||||
#include "py/gc.h"
|
||||
#include "py/frozenmod.h"
|
||||
#include "py/mphal.h"
|
||||
#if defined(USE_DEVICE_MODE)
|
||||
#if MICROPY_HW_ENABLE_USB
|
||||
#include "irq.h"
|
||||
#include "usb.h"
|
||||
#endif
|
||||
@ -406,7 +406,7 @@ friendly_repl_reset:
|
||||
for (;;) {
|
||||
input_restart:
|
||||
|
||||
#if defined(USE_DEVICE_MODE)
|
||||
#if MICROPY_HW_ENABLE_USB
|
||||
if (usb_vcp_is_enabled()) {
|
||||
// If the user gets to here and interrupts are disabled then
|
||||
// they'll never see the prompt, traceback etc. The USB REPL needs
|
||||
|
Loading…
Reference in New Issue
Block a user