mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-02-21 08:16:04 +01:00
more random bits there
This commit is contained in:
parent
fc3a28143d
commit
f6f5c22bbd
@ -727,7 +727,7 @@ void RMFT2::loop2() {
|
||||
break;
|
||||
|
||||
case OPCODE_IFRANDOM: // do block on random percentage
|
||||
skipIf=(uint8_t)micros() >= operand;
|
||||
skipIf= ((uint8_t)((uint16_t)micros()>>4)) >= operand;
|
||||
break;
|
||||
|
||||
case OPCODE_IFRESERVE: // do block if we successfully RERSERVE
|
||||
|
Loading…
Reference in New Issue
Block a user