mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-20 04:26:04 +08:00
Fix STM32L15X vector definitions; Fix STM32L-Discovery LED controls. The NSH configuration is now fully functional on the STM32L-Discovery board.
This commit is contained in:
@@ -233,7 +233,7 @@ static int nsh_waitusbready(void)
|
|||||||
}
|
}
|
||||||
while (fd < 0);
|
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
|
* 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
|
* the USB serial connection that is ready to talk with us. The user needs
|
||||||
* to hit ENTER a few times to get things started.
|
* to hit ENTER a few times to get things started.
|
||||||
|
Reference in New Issue
Block a user