git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14435 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
Giovanni Di Sirio 2021-05-27 08:03:19 +00:00
parent 8d55a9ecc0
commit 1cefc23b78
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ static void continuous_cb(virtual_timer_t *vtp, void *p) {
unsigned r;
chSysLockFromISR();
r = rand() & 255;
r = rand() & 15;
chSysUnlockFromISR();
while (r--) {
x++;