projects
/
apps
/
native
/
position-finder-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34a5170
)
fix typo in resource_adc_mcp3008.c
77/185577/1
soundlevel
author
Hyunsoo
<ehsson@gmail.com>
Thu, 26 Jul 2018 01:59:45 +0000
(10:59 +0900)
committer
Hyunsoo Son
<ehsson@gmail.com>
Wed, 1 Aug 2018 01:12:06 +0000
(
01:12
+0000)
Change-Id: I0f5751e989db3c1c6964dd0847f684da97362529
(cherry picked from commit
f2116299d814bb295c915ddba7313356946fd5aa
)
src/resource/resource_adc_mcp3008.c
patch
|
blob
|
history
diff --git
a/src/resource/resource_adc_mcp3008.c
b/src/resource/resource_adc_mcp3008.c
index
f170031
..
4e43606
100644
(file)
--- a/
src/resource/resource_adc_mcp3008.c
+++ b/
src/resource/resource_adc_mcp3008.c
@@
-62,7
+62,7
@@
int resource_adc_mcp3008_init(void)
char *model_name = NULL;
if (MCP3008_H) {
- _D("SPI device aleady initialized [ref_count : %u]", ref_count);
+ _D("SPI device al
r
eady initialized [ref_count : %u]", ref_count);
ref_count++;
return 0;
}