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 2020/12/11 08:04:34 UTC

[GitHub] [mynewt-nimble] kasjer commented on a change in pull request #867: ble_store_config: building error if BLE_STORE_CONFIG_PERSIST set to 0

kasjer commented on a change in pull request #867:
URL: https://github.com/apache/mynewt-nimble/pull/867#discussion_r540759244



##########
File path: nimble/host/store/config/src/ble_store_config.c
##########
@@ -23,7 +23,9 @@
 #include "sysinit/sysinit.h"
 #include "syscfg/syscfg.h"
 #include "host/ble_hs.h"
+#ifdef BLE_STORE_CONFIG_PERSIST

Review comment:
       That was also my first solution then I found out that it seems that content of included file is not used at all, hence #889




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