1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00

[9X] Warning fixed

This commit is contained in:
Bertrand Songis 2016-03-01 19:44:10 +01:00
parent 9f29003553
commit d6c7b63f90

View file

@ -36,7 +36,7 @@ typedef uint16_t tmrstart_t;
#define TIMER_MAX (0xffff/2)
#endif
#define TIMER_MIN (-TIMER_MAX-1)
#define TIMER_MIN (tmrval_t(-TIMER_MAX-1))
struct TimerState {
uint16_t cnt;