kasjer opened a new pull request, #3423:
URL: https://github.com/apache/mynewt-core/pull/3423

   os_arch_os_init() initialized interrupt priority level for all interrupts 
using incorrect array limit taken from sizeof instead of ARRAY_SIZE.
   For Cortex-M0 field IP is array of uint32_t unlike all other version where 
this array consist of uint8_t.
   
   Now array is iterated using ARRAY_SIZE(NVIC->IP) to limit instead of 
sizeof(NVIC->IP) and for Cortex-M33
   ARRAY_SIZE(NVIC->IPR).


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to