CHG: change the number of calls to prng_successor was done. Fewer should mean faster :)

This commit is contained in:
iceman1001 2016-08-24 12:35:24 +02:00
commit a1ab594e24
3 changed files with 18 additions and 13 deletions

View file

@ -291,8 +291,8 @@ bool usb_check() {
bool usb_poll()
{
if (!usb_check()) return false;
return (pUdp->UDP_CSR[AT91C_EP_OUT] & btReceiveBank);
if (!usb_check()) return false;
return (pUdp->UDP_CSR[AT91C_EP_OUT] & btReceiveBank);
}
/**