-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hi,
I had a lot of troubles with my Micro ROS transportation reusing your microros_time.c file. It is possible that the definition of TX_TIMER_NANOSECOND_PER_TICK is incorrect:
| #define TX_TIMER_NANOSECOND_PER_TICK ((ULONG) TX_TIMER_TICKS_PER_SECOND * 100000UL) |
Something like below would make more sense:
#define TX_TIMER_NANOSECOND_PER_TICK ((ULONG)(1000000000UL / TX_TIMER_TICKS_PER_SECOND))Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels