Skip to content

Commit 2ad7d67

Browse files
committed
lib/micropython-lib: Update submodule for enum compatibility fixes.
Updates micropython-lib submodule to include enum package with fixes: - Fix __import__() to use positional args (MicroPython compatibility) - Fix IntFlag bitwise operations to use _value_ attribute directly - Add Flag, IntFlag, StrEnum, auto(), and unique() support These changes enable full enum functionality with the metaclass features added in previous commits. Signed-off-by: Andrew Leech <[email protected]>
1 parent 2dca35f commit 2ad7d67

File tree

1 file changed

+1
-1
lines changed