diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-26 09:50:07 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-26 09:50:07 +0900 |
commit | cf81e7a6dcd5be6dd9cbafbc426d8384f732d2c2 (patch) | |
tree | 522df78ec919597c48881db79316cb930ffe45c2 /example-fs-bb48/adc.h | |
parent | 2578fc0f303b97ab0fd1b1935cd00f6f45a353e9 (diff) |
example-fs-bb48: ADC added
Diffstat (limited to 'example-fs-bb48/adc.h')
-rw-r--r-- | example-fs-bb48/adc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example-fs-bb48/adc.h b/example-fs-bb48/adc.h index 85a49b0..1a009f7 100644 --- a/example-fs-bb48/adc.h +++ b/example-fs-bb48/adc.h @@ -5,4 +5,4 @@ void adc_stop (void); extern uint32_t adc_buf[64]; void adc_start_conversion (int offset, int count); -int adc_wait_completion (chopstx_intr_t *intr); +int adc_wait_completion (void); |