Skip to content

Commit

Permalink
mimxrt: Remove __WFE() from MICROPY_EVENT_POLL_HOOK.
Browse files Browse the repository at this point in the history
The device is unreliable with the WFE included.  This needs further
investigation.
  • Loading branch information
robert-hh authored and dpgeorge committed Jun 3, 2021
1 parent 4c407c7 commit 5226d6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ports/mimxrt/mpconfigport.h
Expand Up @@ -125,7 +125,6 @@ extern const struct _mp_obj_module_t mp_module_utime;
do { \
extern void mp_handle_pending(bool); \
mp_handle_pending(true); \
__WFE(); \
} while (0);

#define MICROPY_MAKE_POINTER_CALLABLE(p) ((void *)((mp_uint_t)(p) | 1))
Expand Down

0 comments on commit 5226d6e

Please sign in to comment.