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 2018/05/13 08:37:29 UTC

[GitHub] andrzej-kaczmarek commented on a change in pull request #90: [linux] Add linux port of nimble using npl.

andrzej-kaczmarek commented on a change in pull request #90: [linux] Add linux port of nimble using npl.
URL: https://github.com/apache/mynewt-nimble/pull/90#discussion_r187792248
 
 

 ##########
 File path: nimble/include/nimble/nimble_npl.h
 ##########
 @@ -28,8 +28,10 @@
 extern "C" {
 #endif
 
-#ifndef BLE_NPL_STORAGE_DECL
+#ifdef  BLE_NPL_DECL_INLINE
 #define BLE_NPL_STORAGE_DECL static inline
+#else
+#define BLE_NPL_STORAGE_DECL
 
 Review comment:
   why need this change?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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