X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=driver%2Ffirm_timing.c;h=7d6f9b7402ea1d260affdc77148faf8932184848;hb=3def71f59901789159be20bfdc806fb0fb1b6375;hp=09e72c0ecd57b5b78ef1cf43ad1326fb4d441025;hpb=75270a52f8643d1819f91bddea624c1cbdb2b533;p=cparser diff --git a/driver/firm_timing.c b/driver/firm_timing.c index 09e72c0..7d6f9b7 100644 --- a/driver/firm_timing.c +++ b/driver/firm_timing.c @@ -17,8 +17,8 @@ typedef struct timer_info_t { ir_timer_t *timer; } timer_info_t; -timer_info_t *infos; -timer_info_t *last_info; +static timer_info_t *infos; +static timer_info_t *last_info; void timer_register(ir_timer_t *timer, const char *description) {