You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/06/18 11:04:10 UTC

[GitHub] [mynewt-core] kasjer commented on a change in pull request #1884: stm32/bsp: Fix build for sensorhub

kasjer commented on a change in pull request #1884: stm32/bsp: Fix build for sensorhub
URL: https://github.com/apache/mynewt-core/pull/1884#discussion_r294732908
 
 

 ##########
 File path: hw/bsp/sensorhub/src/hal_bsp.c
 ##########
 @@ -69,7 +90,7 @@ hal_bsp_flash_dev(uint8_t id)
     if (id != 0) {
         return NULL;
     }
-    return &stm32f4_flash_dev;
 
 Review comment:
   blinky builds with this BSP and changes in this PR.
   Not tested though.

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