You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by "andrzej-kaczmarek (via GitHub)" <gi...@apache.org> on 2023/02/15 08:26:59 UTC

[GitHub] [mynewt-nimble] andrzej-kaczmarek commented on a diff in pull request #1426: NimBLE/Host: Feature Multi Handle Value Notification

andrzej-kaczmarek commented on code in PR #1426:
URL: https://github.com/apache/mynewt-nimble/pull/1426#discussion_r1106796075


##########
porting/examples/linux/include/syscfg/syscfg.h:
##########
@@ -531,6 +531,10 @@
 #define MYNEWT_VAL_BLE_ATT_SVR_NOTIFY (1)
 #endif
 
+#ifndef MYNEWT_VAL_BLE_ATT_SVR_MULTI_NOTIFY
+#define MYNEWT_VAL_BLE_ATT_SVR_MULTI_NOTIFY (1)

Review Comment:
   you just need to run it from root directory of Mynewt project:
   ```
   andk@x1n:~/devel/mynewt$ repos/apache-mynewt-nimble/porting/update_generated_files.sh 
   Updating target linux
   Updating target riot
   Updating target porting_default
   Updating target linux_blemesh
   Updating target nuttx
   ```



-- 
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: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org