Skip to content

Commit b71d257

Browse files
committed
psoc-edge/mpconfigport: Fixed formatting.
Signed-off-by: jaenrig-ifx <enriquezgarcia.external@infineon.com>
1 parent 63b6e51 commit b71d257

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ports/psoc-edge/mpconfigport.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,12 @@ typedef long mp_off_t;
119119
#define MP_STATE_PORT MP_STATE_VM
120120

121121
#define MICROPY_EVENT_POLL_HOOK_FAST \
122-
do { \
123-
extern void mp_handle_pending(bool); \
124-
mp_handle_pending(true); \
125-
} while (0);
122+
do { \
123+
extern void mp_handle_pending(bool); \
124+
mp_handle_pending(true); \
125+
} while (0);
126126

127127
#define MICROPY_EVENT_POLL_HOOK \
128-
do { \
129-
MICROPY_EVENT_POLL_HOOK_FAST; \
130-
} while (0);
128+
do { \
129+
MICROPY_EVENT_POLL_HOOK_FAST; \
130+
} while (0);

0 commit comments

Comments
 (0)