summaryrefslogtreecommitdiff
path: root/extmod/asyncio
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2023-11-23 15:56:11 +1100
committerDamien George <damien@micropython.org>2023-11-30 16:10:10 +1100
commitb4d288ae4478886a0d547a176f090de678bff70e (patch)
treee1c7d54ce40f2a286103749ceaef2228d0c03895 /extmod/asyncio
parent911662cc10971b1b0054fe0b19686e4a1683b9bd (diff)
nrf: Use MICROPY_PY_MACHINE_SPI instead of MICROPY_PY_MACHINE_HW_SPI.
MICROPY_PY_MACHINE_SPI is defined in mpconfigport.h to be equal to MICROPY_PY_MACHINE_HW_SPI, so they are equivalent options. The former one is preferred because it's used by all other ports. The default in mpconfigport.h is to enable this option, and all boards that enable SPI have this removed from their mpconfigboard.h file so they pick up the default. Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'extmod/asyncio')
0 files changed, 0 insertions, 0 deletions