Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup: Add #ifndef MICROPY_PY_TYPING guard.
Signed-off-by: Jos Verlinde <[email protected]>
  • Loading branch information
Josverl committed Oct 15, 2025
commit 6e99a2712741512864ec0b69277b2adfb65f1a78
2 changes: 2 additions & 0 deletions ports/unix/variants/mpconfigvariant_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,7 @@
#define MICROPY_PY_MACHINE_PIN_BASE (1)

// Enable "typing" and related modules.
#ifndef MICROPY_PY_TYPING
#define MICROPY_PY_TYPING (1)
#define MICROPY_PY_TYPING_EXTRA_MODULES (1)
#endif
Loading