diff options
author | jaseg <git@jaseg.net> | 2020-01-25 11:53:44 +0100 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2020-01-25 11:53:44 +0100 |
commit | 966f104597275b29f41c06c4574d1bbe9ecde401 (patch) | |
tree | 56224782459e8b7983df5605809c7269539a7cb1 /gm_platform/fw/adc.h | |
parent | 410e38651052038e34843b17269d61e75720f0ba (diff) | |
download | master-thesis-966f104597275b29f41c06c4574d1bbe9ecde401.tar.gz master-thesis-966f104597275b29f41c06c4574d1bbe9ecde401.tar.bz2 master-thesis-966f104597275b29f41c06c4574d1bbe9ecde401.zip |
serial wip
Diffstat (limited to 'gm_platform/fw/adc.h')
-rw-r--r-- | gm_platform/fw/adc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gm_platform/fw/adc.h b/gm_platform/fw/adc.h index c526858..0818169 100644 --- a/gm_platform/fw/adc.h +++ b/gm_platform/fw/adc.h @@ -20,8 +20,6 @@ #include "global.h" -extern volatile uint16_t adc_buf[ADC_BUFSIZE]; - void adc_init(void); void adc_configure_scope_mode(int sampling_interval_ns); |