patacongo commented on a change in pull request #458: stm32h7: support SDRAM 
via FMC peripherial
URL: https://github.com/apache/incubator-nuttx/pull/458#discussion_r388940282
 
 

 ##########
 File path: mm/mm_heap/mm_initialize.c
 ##########
 @@ -75,6 +75,13 @@ void mm_addregion(FAR struct mm_heap_s *heap, FAR void 
*heapstart,
   uintptr_t heapend;
 #if CONFIG_MM_REGIONS > 1
   int IDX = heap->mm_nregions;
+
+  /* Writing past CONFIG_MM_REGIONS would have catastrophic consequences */
 
 Review comment:
   Blank line required after all comments.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to