Commit 22daa804 authored by Federico Vaga's avatar Federico Vaga

Merge branch 'hotfix/gcc-warning' into develop

parents 655c0b9f 26f05a16
doxygen-lib-output/
*.log
_build
\ No newline at end of file
_build
build_env
docutils==0.12
Sphinx==1.4.9
sphinx_rtd_theme
breathe==4.10.0
......@@ -121,7 +121,7 @@ int adc_offset_auto_clear_sw_avg(struct adc_dev *dev,
struct adc_conf cfg;
struct adc_buffer *buf;
struct timeval tv = {0, 0};
uint32_t nchan, pre, post;
uint32_t nchan = 0, pre = 0, post = 0;
int err, err_stop, i;
unsigned int nsamples;
......
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