mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-21 21:49:15 +01:00
[SC64][SW] Fixed CIC region detection delay
This commit is contained in:
parent
740114c62f
commit
fc85cafd55
@ -367,7 +367,7 @@ void cic_task (void) {
|
||||
|
||||
cic_write_id(region);
|
||||
|
||||
hw_tim_setup(TIM_ID_CIC, 100, cic_write_id_failed);
|
||||
hw_tim_setup(TIM_ID_CIC, 500, cic_write_id_failed);
|
||||
cic_write_seed();
|
||||
hw_tim_stop(TIM_ID_CIC);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user