You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2022/01/25 22:09:20 UTC

[incubator-nuttx-apps] branch master updated: examples/chrono: fix typo in log message

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3c55638  examples/chrono: fix typo in log message
3c55638 is described below

commit 3c556384ea685ebb12d3c6cb7f1c34c07b4d2015
Author: Petro Karashchenko <pe...@gmail.com>
AuthorDate: Tue Jan 25 14:46:46 2022 +0200

    examples/chrono: fix typo in log message
    
    Signed-off-by: Petro Karashchenko <pe...@gmail.com>
---
 examples/chrono/chrono_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/chrono/chrono_main.c b/examples/chrono/chrono_main.c
index 906ee82..3529a4c 100644
--- a/examples/chrono/chrono_main.c
+++ b/examples/chrono/chrono_main.c
@@ -157,7 +157,7 @@ static int chrono_daemon(int argc, char *argv[])
   if (ret < 0)
     {
       int errcode = errno;
-      printf("chrono_daemon: ERROR: ioctl(BTNIOC_SUPPORTED) failed: %d\n",
+      printf("chrono_daemon: ERROR: ioctl(BTNIOC_REGISTER) failed: %d\n",
              errcode);
       goto errout_with_fd;
     }