pull/119/merge
Shellever 3 days ago committed by GitHub
commit 7f3fe68d37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2715,6 +2715,10 @@ static bool shell_check_connect(void){
// Init shell I/O connection over USB // Init shell I/O connection over USB
static void shell_init_connection(void){ static void shell_init_connection(void){
/*
* Init shell thread object (need for switch threads)
*/
osalThreadQueueObjectInit(&shell_thread);
/* /*
* Initializes and start serial-over-USB CDC driver SDU1, connected to USBD1 * Initializes and start serial-over-USB CDC driver SDU1, connected to USBD1
*/ */

Loading…
Cancel
Save

Powered by TurnKey Linux.