stm32w platforms: 64-bit rtimer causes a bug in arm-none-eabi-objcopy 2.18.50, use 32-bit rtimer instead
This commit is contained in:
parent
7784cf7827
commit
762097eb50
|
@ -182,7 +182,7 @@ typedef unsigned long clock_time_t;
|
||||||
|
|
||||||
#define CLOCK_CONF_SECOND 1000
|
#define CLOCK_CONF_SECOND 1000
|
||||||
|
|
||||||
typedef unsigned long long rtimer_clock_t;
|
typedef unsigned long rtimer_clock_t;
|
||||||
#define RTIMER_CLOCK_LT(a,b) ((signed short)((a)-(b)) < 0)
|
#define RTIMER_CLOCK_LT(a,b) ((signed short)((a)-(b)) < 0)
|
||||||
|
|
||||||
/* LEDs ports MB851 */
|
/* LEDs ports MB851 */
|
||||||
|
|
|
@ -181,7 +181,7 @@ typedef unsigned long clock_time_t;
|
||||||
|
|
||||||
#define CLOCK_CONF_SECOND 1000
|
#define CLOCK_CONF_SECOND 1000
|
||||||
|
|
||||||
typedef unsigned long long rtimer_clock_t;
|
typedef unsigned long rtimer_clock_t;
|
||||||
#define RTIMER_CLOCK_LT(a,b) ((signed short)((a)-(b)) < 0)
|
#define RTIMER_CLOCK_LT(a,b) ((signed short)((a)-(b)) < 0)
|
||||||
|
|
||||||
/* LEDs ports MB8xxx */
|
/* LEDs ports MB8xxx */
|
||||||
|
|
Loading…
Reference in a new issue