mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
uip: de-__gptrget()-call in timer_{set,reset,restart,exprired}()
This commit is contained in:
+4
-4
@@ -76,10 +76,10 @@ struct timer {
|
||||
clock_time_t interval;
|
||||
};
|
||||
|
||||
void timer_set(struct timer *t, clock_time_t interval);
|
||||
void timer_reset(struct timer *t);
|
||||
void timer_restart(struct timer *t);
|
||||
int timer_expired(struct timer *t);
|
||||
void timer_set(__xdata struct timer *t, clock_time_t interval);
|
||||
void timer_reset(__xdata struct timer *t);
|
||||
void timer_restart(__xdata struct timer *t);
|
||||
int timer_expired(__xdata struct timer *t);
|
||||
|
||||
#endif /* __TIMER_H__ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user