move define to proper place

This commit is contained in:
Jeff Epler 2022-11-08 18:57:33 -06:00
parent 0f6091cc73
commit ed33f65fd9
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE

View File

@ -33,6 +33,8 @@
#define MICROPY_USE_INTERNAL_PRINTF (0)
#define MICROPY_PY_SYS_PLATFORM "Espressif"
#define CIRCUITPY_DIGITALIO_HAVE_INPUT_ONLY (1)
#include "py/circuitpy_mpconfig.h"
#if CIRCUITPY_BLEIO
@ -99,6 +101,4 @@
#define CIRCUITPY_PORT_NUM_SUPERVISOR_ALLOCATIONS (1)
#endif
#define CIRCUITPY_DIGITALIO_HAVE_INPUT_ONLY (1)
#endif // MICROPY_INCLUDED_ESPRESSIF_MPCONFIGPORT_H