You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/02/06 07:06:02 UTC

[GitHub] [incubator-nuttx] bkueng commented on a change in pull request #212: fix stm32_spibus_initialize: add missing leave_critical_section

bkueng commented on a change in pull request #212: fix stm32_spibus_initialize: add missing leave_critical_section
URL: https://github.com/apache/incubator-nuttx/pull/212#discussion_r375668479
 
 

 ##########
 File path: arch/arm/src/stm32f7/stm32_spi.c
 ##########
 @@ -2177,6 +2177,7 @@ FAR struct spi_dev_s *stm32_spibus_initialize(int bus)
   else
 #endif
     {
+      leave_critical_section(flags);
 
 Review comment:
   Good point. I updated accordingly.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services