Browse code

Fix typo

Nils Faerber authored on 06/07/2013 21:18:05
Showing 1 changed files
... ...
@@ -27,7 +27,7 @@
27 27
 
28 28
 /******************************************************************************/
29 29
 
30
-#define BT_CLK_REQ_CONIFIG_AS_INPUT() { \
30
+#define BT_CLK_REQ_CONFIG_AS_INPUT() { \
31 31
   BT_CLK_REQ_PDIR &= ~BT_CLK_REQ_PIN; \
32 32
 }
33 33