Skip to content

Commit 9beaa31

Browse files
jaenrig-ifxactions-user
authored andcommitted
psoc6/mpconfigport: Updated mp_handle_pending() new API.
Signed-off-by: jaenrig-ifx <enriquezgarcia.external@infineon.com>
1 parent 05f1384 commit 9beaa31

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ports/psoc6/mpconfigport.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,7 @@ extern void machine_deinit();
212212

213213
#define MICROPY_EVENT_POLL_HOOK_FAST \
214214
do { \
215-
extern void mp_handle_pending(bool); \
216-
mp_handle_pending(true); \
215+
mp_handle_pending(MP_HANDLE_PENDING_CALLBACKS_AND_EXCEPTIONS); \
217216
} while (0);
218217

219218

0 commit comments

Comments
 (0)