You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2020/09/27 21:18:28 UTC

[incubator-nuttx-apps] 03/03: fixed dev name size

This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git

commit c4ed4445f48642f42843a93f1ad5170204a95115
Author: saramonteiro <sa...@gmail.com>
AuthorDate: Sun Sep 27 17:44:54 2020 -0300

    fixed dev name size
---
 examples/timer/timer_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/timer/timer_main.c b/examples/timer/timer_main.c
index 8dd8244..f23f307 100644
--- a/examples/timer/timer_main.c
+++ b/examples/timer/timer_main.c
@@ -52,7 +52,7 @@
  * Pre-processor Definitions
  ****************************************************************************/
 
-#define DEVNAME_SIZE 11
+#define DEVNAME_SIZE 16
 
 #ifndef CONFIG_EXAMPLES_TIMER_DEVNAME
 #  define CONFIG_EXAMPLES_TIMER_DEVNAME "/dev/timer0"