proj raimes sinal acqusition for biomedical signals

Fork of mbed-rtos by mbed official

Files at this revision

API Documentation at this revision

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;