projects
/
oswald.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b855a8c
)
Fix typo
author
Nils Faerber
<nils.faerber@kernelconcepts.de>
Sat, 6 Jul 2013 21:18:05 +0000
(23:18 +0200)
committer
Nils Faerber
<nils.faerber@kernelconcepts.de>
Sat, 6 Jul 2013 21:18:05 +0000
(23:18 +0200)
metawatch/hal_io_macros.h
patch
|
blob
|
history
diff --git
a/metawatch/hal_io_macros.h
b/metawatch/hal_io_macros.h
index
861817f
..
182a147
100644
(file)
--- a/
metawatch/hal_io_macros.h
+++ b/
metawatch/hal_io_macros.h
@@
-27,7
+27,7
@@
/******************************************************************************/
-#define BT_CLK_REQ_CON
I
FIG_AS_INPUT() { \
+#define BT_CLK_REQ_CONFIG_AS_INPUT() { \
BT_CLK_REQ_PDIR &= ~BT_CLK_REQ_PIN; \
}