mirror of
https://git.planet-casio.com/Lephenixnoir/libprof.git
synced 2024-12-26 19:43:41 +01:00
explicitly specify the default Pϕ/4 prescaler
This makes no difference since this is the default.
This commit is contained in:
parent
5be56fe2eb
commit
7ae42ac662
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ int prof_init(void)
|
|||
int timer = -1;
|
||||
for(int t = 2; t >= 0 && timer == -1; t--)
|
||||
{
|
||||
timer = timer_setup(t, 0xffffffff, NULL);
|
||||
timer = timer_setup(t | TIMER_Pphi_4, 0xffffffff, NULL);
|
||||
}
|
||||
if(timer == -1)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue