mirror of
https://github.com/NathanReeves/BlueCubeMod
synced 2024-11-21 08:45:01 -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;
|
||||
but2_send = but2;
|
||||
but3_send = but3;
|
||||
@ -378,7 +377,6 @@ static void get_buttons()
|
||||
cy_send = cy + cycalib;
|
||||
lt_send = 0;//lt;//left trigger analog
|
||||
rt_send = 0;//rt;//right trigger analog
|
||||
xSemaphoreGive(xSemaphore);
|
||||
}else{
|
||||
//log_info("GameCube controller read fail");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user