Skip to content

Commit

Permalink
boards/arm/lpc43xx/bambino-200e/src/lpc43_appinit.c: Fix typo noted i…
Browse files Browse the repository at this point in the history
…n last PR by João Matos.
  • Loading branch information
gregory-nutt authored and acassis committed Jan 8, 2020
1 parent 208463e commit 44dcda9
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 44dcda9

Please sign in to comment.