Skip to content
Snippets Groups Projects
Commit dba4210e authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Fix STM32L15X vector definitions; Fix STM32L-Discovery LED controls. The NSH...

Fix STM32L15X vector definitions; Fix STM32L-Discovery LED controls.  The NSH configuration is now fully functional on the STM32L-Discovery board.
parent 0d9cc5d6
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment