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 <[email protected]>
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
 

Reply via email to