diff options
author | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2021-04-09 18:38:02 +0200 |
---|---|---|
committer | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2021-04-09 18:38:57 +0200 |
commit | 50998fcfb916ae251309bd4b464f2c122e8cb30d (patch) | |
tree | 4ecf7a7443b75ab51c4dc0c0fc9289342dc7d6a0 /controller/fw/src/freq_meas.h | |
parent | 312fee491cfab436d52db4b6265107e20f3e1293 (diff) | |
download | master-thesis-50998fcfb916ae251309bd4b464f2c122e8cb30d.tar.gz master-thesis-50998fcfb916ae251309bd4b464f2c122e8cb30d.tar.bz2 master-thesis-50998fcfb916ae251309bd4b464f2c122e8cb30d.zip |
Repo re-org
Diffstat (limited to 'controller/fw/src/freq_meas.h')
-rw-r--r-- | controller/fw/src/freq_meas.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/controller/fw/src/freq_meas.h b/controller/fw/src/freq_meas.h deleted file mode 100644 index 1c083f8..0000000 --- a/controller/fw/src/freq_meas.h +++ /dev/null @@ -1,7 +0,0 @@ - -#ifndef __FREQ_MEAS_H__ -#define __FREQ_MEAS_H__ - -int adc_buf_measure_freq(uint16_t adc_buf[FMEAS_FFT_LEN], float *out); - -#endif /* __FREQ_MEAS_H__ */ |