You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/01/19 19:16:10 UTC

[GitHub] turon commented on a change in pull request #4: [linux] initial port and osal additions.

turon commented on a change in pull request #4: [linux] initial port and osal additions.
URL: https://github.com/apache/mynewt-nimble/pull/4#discussion_r162708180
 
 

 ##########
 File path: porting/common/src/sysinit/sysinit.c
 ##########
 @@ -34,7 +36,8 @@ sysinit_dflt_panic_cb(const char *file, int line, const char *func,
     }
 #endif
 
-    __assert_func(file, line, func, expr);
+    __assert_fail(msg, file, line, func);
+    //__assert_func(file, line, func, expr);
 
 Review comment:
   This is a known conflict between FreeRTOS and Linux that needs to be resolved before merging.

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