From b52a1d3fdeea4d592feb57f0deabe0c5f012e729 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 21 May 2013 11:25:30 -0600 Subject: Fix STM32L15X vector definitions; Fix STM32L-Discovery LED controls. The NSH configuration is now fully functional on the STM32L-Discovery board. --- apps/nshlib/nsh_usbdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/nshlib/nsh_usbdev.c b/apps/nshlib/nsh_usbdev.c index 193fe0d79..75f60835f 100644 --- a/apps/nshlib/nsh_usbdev.c +++ b/apps/nshlib/nsh_usbdev.c @@ -233,7 +233,7 @@ static int nsh_waitusbready(void) } while (fd < 0); - /* Now waiting until we successfully read a carriage return a few times. + /* Now wait until we successfully read a carriage return a few times. * That is a sure way of know that there is something at the other end of * the USB serial connection that is ready to talk with us. The user needs * to hit ENTER a few times to get things started. -- cgit v1.2.3