Commit 87d93ffc authored by Lucas Russo's avatar Lucas Russo

hal/ll_io/ll_io.c: add ethernet LLIO option

parent 082ca161
......@@ -135,8 +135,8 @@ static llio_err_e _llio_register_ops (llio_type_e type, const llio_ops_t **ops)
break;
case ETH_DEV:
*ops = NULL;
return LLIO_ERR_INV_FUNC_PARAM;
*ops = &llio_ops_eth;
break;
default:
*ops = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment