mirror of
https://github.com/NathanReeves/BlueCubeMod
synced 2025-02-16 06:50:14 -05:00
fixed reboot loop
This commit is contained in:
parent
d475bf9015
commit
3615f8f973
@ -368,7 +368,6 @@ static void get_buttons()
|
|||||||
}
|
}
|
||||||
}*/
|
}*/
|
||||||
/////
|
/////
|
||||||
xSemaphoreTake(xSemaphore, portMAX_DELAY);
|
|
||||||
but1_send = but1;
|
but1_send = but1;
|
||||||
but2_send = but2;
|
but2_send = but2;
|
||||||
but3_send = but3;
|
but3_send = but3;
|
||||||
@ -378,7 +377,6 @@ static void get_buttons()
|
|||||||
cy_send = cy + cycalib;
|
cy_send = cy + cycalib;
|
||||||
lt_send = 0;//lt;//left trigger analog
|
lt_send = 0;//lt;//left trigger analog
|
||||||
rt_send = 0;//rt;//right trigger analog
|
rt_send = 0;//rt;//right trigger analog
|
||||||
xSemaphoreGive(xSemaphore);
|
|
||||||
}else{
|
}else{
|
||||||
//log_info("GameCube controller read fail");
|
//log_info("GameCube controller read fail");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user