mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
[9X] Warning fixed
This commit is contained in:
parent
9f29003553
commit
d6c7b63f90
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ typedef uint16_t tmrstart_t;
|
||||||
#define TIMER_MAX (0xffff/2)
|
#define TIMER_MAX (0xffff/2)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define TIMER_MIN (-TIMER_MAX-1)
|
#define TIMER_MIN (tmrval_t(-TIMER_MAX-1))
|
||||||
|
|
||||||
struct TimerState {
|
struct TimerState {
|
||||||
uint16_t cnt;
|
uint16_t cnt;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue