Skip to content

Commit ed33f65

Browse files
committed
move define to proper place
1 parent 0f6091c commit ed33f65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/espressif/mpconfigport.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#define MICROPY_USE_INTERNAL_PRINTF (0)
3434
#define MICROPY_PY_SYS_PLATFORM "Espressif"
3535

36+
#define CIRCUITPY_DIGITALIO_HAVE_INPUT_ONLY (1)
37+
3638
#include "py/circuitpy_mpconfig.h"
3739

3840
#if CIRCUITPY_BLEIO
@@ -99,6 +101,4 @@
99101
#define CIRCUITPY_PORT_NUM_SUPERVISOR_ALLOCATIONS (1)
100102
#endif
101103

102-
#define CIRCUITPY_DIGITALIO_HAVE_INPUT_ONLY (1)
103-
104104
#endif // MICROPY_INCLUDED_ESPRESSIF_MPCONFIGPORT_H

0 commit comments

Comments
 (0)