chore: sdk compiles almost w/o warnings?
This commit is contained in:
@@ -259,7 +259,7 @@ void ethernet_mii_init()
|
||||
|
||||
}
|
||||
|
||||
|
||||
// why tho
|
||||
void rltk_mii_recv(struct eth_drv_sg *sg_list, int sg_len){
|
||||
struct eth_drv_sg *last_sg;
|
||||
u8* pbuf = RX_BUFFER;
|
||||
@@ -272,7 +272,7 @@ void rltk_mii_recv(struct eth_drv_sg *sg_list, int sg_len){
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// also why
|
||||
s8 rltk_mii_send(struct eth_drv_sg *sg_list, int sg_len, int total_len){
|
||||
int ret =0;
|
||||
struct eth_drv_sg *last_sg;
|
||||
|
||||
Reference in New Issue
Block a user