diff options
author | Damien George <damien@micropython.org> | 2025-04-22 11:53:18 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-05-21 13:30:40 +1000 |
commit | a1ee42cd3e6172cd57756e382a4702ae2a1d4a9e (patch) | |
tree | ac7c22f65ae593fbfcecc66c2670c475437c27be /tests/basics/subclass_native_str.py | |
parent | cc7eb1a5351c0d7d60f084dc79ccd0fa047b259e (diff) | |
download | micropython-a1ee42cd3e6172cd57756e382a4702ae2a1d4a9e.tar.gz micropython-a1ee42cd3e6172cd57756e382a4702ae2a1d4a9e.zip |
nrf: Use common implementation of machine disable/enable IRQ.
This is a breaking change due to the signature change of `enable_irq()`.
Previously the signature was:
machine.enable_irq()
Now the signature matches other ports, and the docs, and is:
machine.enable_irq(state)
Where `state` is the return value from `machine.disable_irq()`.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tests/basics/subclass_native_str.py')
0 files changed, 0 insertions, 0 deletions