xiaoxiang781216 commented on code in PR #14490:
URL: https://github.com/apache/nuttx/pull/14490#discussion_r1814332144


##########
arch/arm/src/armv7-m/arm_cache.c:
##########
@@ -529,7 +529,7 @@ void up_enable_dcache(void)
   ARM_DSB();
   do
     {
-      int32_t tmpways = ways;
+      uint32_t tmpways = ways;

Review Comment:
   but no really difference I think?



##########
arch/arm/src/armv7-m/arm_cache.c:
##########
@@ -529,7 +529,7 @@ void up_enable_dcache(void)
   ARM_DSB();
   do
     {
-      int32_t tmpways = ways;
+      uint32_t tmpways = ways;

Review Comment:
   but no real difference I think?



-- 
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