> Alternatively, we could remove the 'static' from
>
> static unsigned int   poll_interval = 2;
>
> in 'drivers/main.c' and add
>
> static unsigned int   poll_interval;

The latter should read

extern unsigned int     poll_interval;

of course (the fingers were quicker than the brain).

Best regards, Arjen (off to have a cup of coffee now)


_______________________________________________
Nut-upsuser mailing list
Nut-upsuser@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/nut-upsuser

Reply via email to