diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-24 17:34:20 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-24 17:34:20 +0900 |
commit | 2578fc0f303b97ab0fd1b1935cd00f6f45a353e9 (patch) | |
tree | 18160939bc9fde9fadf999f73b001b523813fc29 /example-fs-bb48/adc.h | |
parent | 2704416c384d5e2990621b15be01f37f4f9c49e0 (diff) |
Update example-fs-bb48
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 54e1f4e..85a49b0 100644 --- a/example-fs-bb48/adc.h +++ b/example-fs-bb48/adc.h @@ -1,4 +1,4 @@ -void adc_init (void); +int adc_init (void); void adc_start (void); void adc_stop (void); |