doc: cm3: mpu: fix typo

This commit is contained in:
Karl Palsson 2019-06-25 13:04:20 +00:00
parent 60991ac306
commit 1b10a0871c

View File

@ -45,7 +45,7 @@
* @ingroup CM3_mpu_defines * @ingroup CM3_mpu_defines
* *
*@{*/ *@{*/
/** MPU_TYPE is alays available, even if the MPU is not implemented */ /** MPU_TYPE is always available, even if the MPU is not implemented */
#define MPU_TYPE MMIO32(MPU_BASE + 0x00) #define MPU_TYPE MMIO32(MPU_BASE + 0x00)
#define MPU_CTRL MMIO32(MPU_BASE + 0x04) #define MPU_CTRL MMIO32(MPU_BASE + 0x04)
#define MPU_RNR MMIO32(MPU_BASE + 0x08) #define MPU_RNR MMIO32(MPU_BASE + 0x08)