davids5 commented on pull request #2320:
URL: https://github.com/apache/incubator-nuttx/pull/2320#issuecomment-728933312


   Can this be cascaded with priority of chip -> arch -> system:
   ```
   /* The actual logger function may be overridden in arch/debug.h if needed.
    * (Currently only if the pre-processor supports variadic macros)
    */
   
   #ifndef __arch_syslog
   #  define __arch_syslog syslog
   #endif
   ```
   
   Would you provide the 2 debug.h files for example. 


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to