Skip to content

Commit

Permalink
Merge branch 'master' of github.com:apache/incubator-nuttx
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-nutt committed Jan 8, 2020
2 parents e298cce + 44dcda9 commit f459d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/arm/lpc43xx/bambino-200e/src/lpc43_appinit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f459d55

Please sign in to comment.