Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-rtos by
Revision 40:18e4d95a7d99, committed 2015-01-28
- Comitter:
- mbn12
- Date:
- Wed Jan 28 18:05:37 2015 +0000
- Parent:
- 39:2f8c855ce969
- Commit message:
- proj raimes aquisicao sinal biomedico
Changed in this revision
rtx/rt_CMSIS.c | Show annotated file Show diff for this revision Revisions of this file |
diff -r 2f8c855ce969 -r 18e4d95a7d99 rtx/rt_CMSIS.c --- a/rtx/rt_CMSIS.c Wed Jul 16 18:23:30 2014 +0000 +++ b/rtx/rt_CMSIS.c Wed Jan 28 18:05:37 2015 +0000 @@ -403,7 +403,7 @@ if (millisec == osWaitForever) return 0xFFFF; // Indefinite timeout if (millisec > 4000000) return 0xFFFE; // Max ticks supported -//tick = ((1000 * millisec) + os_clockrate - 1) / os_clockrate; +// tick = ((1000 * millisec) + os_clockrate - 1) / os_clockrate; tick = ((1 * millisec) + os_clockrate - 1) / os_clockrate; // 0.001 ms (us) if (tick > 0xFFFE) return 0xFFFE;