Skip to content

Commit 6e99a27

Browse files
committed
fixup: Add #ifndef MICROPY_PY_TYPING guard.
Signed-off-by: Jos Verlinde <[email protected]>
1 parent ebebed2 commit 6e99a27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/unix/variants/mpconfigvariant_common.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,7 @@
123123
#define MICROPY_PY_MACHINE_PIN_BASE (1)
124124

125125
// Enable "typing" and related modules.
126+
#ifndef MICROPY_PY_TYPING
126127
#define MICROPY_PY_TYPING (1)
127128
#define MICROPY_PY_TYPING_EXTRA_MODULES (1)
129+
#endif

0 commit comments

Comments
 (0)