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/01/08 00:47:56 UTC

[incubator-nuttx] branch master updated: boards/arm/lpc43xx/bambino-200e/src/lpc43_appinit.c: Fix typo noted in last PR by João Matos.

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


The following commit(s) were added to refs/heads/master by this push:
     new 44dcda9  boards/arm/lpc43xx/bambino-200e/src/lpc43_appinit.c:  Fix typo noted in last PR by João Matos.
44dcda9 is described below

commit 44dcda920d395728971c5643427b02374a851138
Author: Gregory Nutt <gn...@nuttx.org>
AuthorDate: Tue Jan 7 17:38:17 2020 -0600

    boards/arm/lpc43xx/bambino-200e/src/lpc43_appinit.c:  Fix typo noted in last PR by João Matos.
---
 boards/arm/lpc43xx/bambino-200e/src/lpc43_appinit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boards/arm/lpc43xx/bambino-200e/src/lpc43_appinit.c b/boards/arm/lpc43xx/bambino-200e/src/lpc43_appinit.c
index 89cb350..0928602 100644
--- a/boards/arm/lpc43xx/bambino-200e/src/lpc43_appinit.c
+++ b/boards/arm/lpc43xx/bambino-200e/src/lpc43_appinit.c
@@ -177,7 +177,7 @@ int board_app_initialize(uintptr_t arg)
   ret = nsh_spifi_initialize();
   if (ret != OK)
     {
-      syslog(LOG_ERR, "ERROR: nsh_spifi_initialize() fails: %d\n", ret);
+      syslog(LOG_ERR, "ERROR: nsh_spifi_initialize() failed: %d\n", ret);
     }
 #endif