Commit 341b9a11 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

lib/fdelay-output.c: eliminate warnings

parent 90108de7
......@@ -276,11 +276,7 @@ static void fdelay_subtract_ps(struct fdelay_time *t2,
int fdelay_get_config_pulse_ps(struct fdelay_board *userb,
int channel, struct fdelay_pulse_ps *ps)
{
__define_board(b, userb);
struct fdelay_pulse pulse;
char s[32];
uint32_t delay_offset;
uint32_t offset;
if (fdelay_get_config_pulse(userb, channel, &pulse) < 0)
return -1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment