mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
For consistency with other Python-level modules. Also add the corresponding missing preprocessor guard to esp32/modespnow.c, so that this port compiles if MICROPY_PY_ESPNOW and MICROPY_PY_NETWORK_WLAN are set to 0. Fixes #12622. Signed-off-by: Glenn Moloney <glenn.moloney@gmail.com>