mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
ports/stm32: Remove unused MPU_REGION_NUMBER_MAX.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
This commit is contained in:
parent
7e59c080df
commit
70c9ce2c66
@ -34,12 +34,6 @@
|
|||||||
#include "omv_gpio.h"
|
#include "omv_gpio.h"
|
||||||
#include "stm_dma.h"
|
#include "stm_dma.h"
|
||||||
|
|
||||||
#if defined(MPU_REGION_NUMBER15)
|
|
||||||
#define MPU_REGION_NUMBER_MAX (MPU_REGION_NUMBER15)
|
|
||||||
#else
|
|
||||||
#define MPU_REGION_NUMBER_MAX (MPU_REGION_NUMBER7)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define MEMATTR_NORMAL_NCACHE 0
|
#define MEMATTR_NORMAL_NCACHE 0
|
||||||
#define MEMATTR_NORMAL_WB_RA_WA 1
|
#define MEMATTR_NORMAL_WB_RA_WA 1
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user