gustavonihei commented on a change in pull request #4683:
URL: https://github.com/apache/incubator-nuttx/pull/4683#discussion_r730879110



##########
File path: arch/xtensa/src/common/xtensa_mpu.c
##########
@@ -94,7 +94,7 @@ void mpu_control(bool enable)
  ****************************************************************************/
 
 void mpu_configure_region(uintptr_t base, size_t size,
-            uint8_t acc, uint16_t memtype)
+            uint32_t acc, uint32_t memtype)

Review comment:
       ```suggestion
                             uint32_t acc, uint32_t memtype);
   ```
   nit: adjust the code alignment




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to