j
k
j a
j l
Stefan Reinauer wrote:
... printf_debug("%ldM loops per second, 100 myus = %ld us. ", (unsigned long)micro, timeusec); I think that reads really weird. What's myus supposed to be, except an ancient greek city?
printf_debug("%ldM loops per second, 100 myus = %ld us. ", (unsigned long)micro, timeusec);
(unsigned long)micro, timeusec);
I think that reads really weird. What's myus supposed to be, except an ancient greek city?
"my useconds" derived from myusec_delay()
//Peter
Back to the thread
Back to the list