You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/09/27 20:45:38 UTC

[GitHub] [incubator-nuttx-apps] saramonteiro commented on a change in pull request #404: Added timer device path as a CLI option

saramonteiro commented on a change in pull request #404:
URL: https://github.com/apache/incubator-nuttx-apps/pull/404#discussion_r495614195



##########
File path: examples/timer/timer_main.c
##########
@@ -45,13 +45,15 @@
 #include <fcntl.h>
 #include <signal.h>
 #include <errno.h>
-
+#include <string.h>
 #include <nuttx/timers/timer.h>
 
 /****************************************************************************
  * Pre-processor Definitions
  ****************************************************************************/
 
+#define DEVNAME_SIZE 11

Review comment:
       done




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