Fixed bug

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11888 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
edolomb 2018-04-11 16:40:29 +00:00
parent 555bea6d40
commit 3f7504cf91
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ static THD_FUNCTION(TsSockSkelDaemon, arg) {
l_bind(skreqp);
break;
case STUB_OP_LISTEN:
l_bind(skreqp);
l_listen(skreqp);
break;
default:
break;