Please use mbed-src instead of this library.mbed-src supports GR-PEACH rev.C. mbed-srcライブラリをご利用ください。mbed-srcはGR-PEACH rev.Cに対応しています。

Fork of mbed-src_GR-PEACH_rev_c by GR-PEACH_producer_meeting

Revision:
452:a2b30f7d1bc5
Parent:
388:fc1c6dc472ca
Child:
453:a290c6acf95e
--- a/common/us_ticker_api.c	Mon Jan 26 07:00:07 2015 +0000
+++ b/common/us_ticker_api.c	Mon Jan 26 14:15:07 2015 +0000
@@ -70,7 +70,7 @@
     ticker_event_t *prev = NULL, *p = head;
     while (p != NULL) {
         /* check if we come before p */
-        if ((int64_t)(timestamp - p->timestamp) < 0) {
+        if ((signedTimestamp_t)(timestamp - p->timestamp) < 0) {
             break;
         }
         /* go to the next element */