8000 stm32: Disable machine.Pin legacy on NUCLEO_F091RC. · dpgeorge/micropython@1c1e38d · GitHub
[go: up one dir, main page]

Skip to content

Commit 1c1e38d

Browse files
committed
stm32: Disable machine.Pin legacy on NUCLEO_F091RC.
Signed-off-by: Damien George <damien@micropython.org>
1 parent 75af92d commit 1c1e38d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/stm32/boards/NUCLEO_F091RC/mpconfigboard.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#define MICROPY_PY_NETWORK (0)
1212
#define MICROPY_PY_STM (0)
1313
#define MICROPY_PY_PYB_LEGACY (0)
14+
#define MICROPY_PY_MACHINE_PIN_LEGACY (0)
1415
#define MICROPY_PY_HEAPQ (0)
1516
#define MICROPY_PY_FRAMEBUF (0)
1617

0 commit comments

Comments
 (0)
0