mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
stm32/mpu: Include MPU functions when ETH is enabled.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#ifndef MICROPY_INCLUDED_STM32_MPU_H
|
||||
#define MICROPY_INCLUDED_STM32_MPU_H
|
||||
|
||||
#if defined(STM32F7) || defined(STM32H7)
|
||||
#if defined(STM32F7) || defined(STM32H7) || defined(MICROPY_HW_ETH_MDC)
|
||||
|
||||
#define MPU_REGION_ETH (MPU_REGION_NUMBER0)
|
||||
#define MPU_REGION_QSPI1 (MPU_REGION_NUMBER1)
|
||||
|
||||
Reference in New Issue
Block a user