X-Git-Url: https://git.karo-electronics.de/?p=oswald.git;a=blobdiff_plain;f=metawatch%2Fhal_io_macros.h;fp=metawatch%2Fhal_io_macros.h;h=182a147efb377fd61863923a12f185be37f77785;hp=861817fb6a412c45a1712d95e7a96881859b4a2b;hb=dbad5a471be4586591100f464c996ccaba0f6f96;hpb=b855a8c32c0742bf402ab409e63aad7b3606a824 diff --git a/metawatch/hal_io_macros.h b/metawatch/hal_io_macros.h index 861817f..182a147 100644 --- a/metawatch/hal_io_macros.h +++ b/metawatch/hal_io_macros.h @@ -27,7 +27,7 @@ /******************************************************************************/ -#define BT_CLK_REQ_CONIFIG_AS_INPUT() { \ +#define BT_CLK_REQ_CONFIG_AS_INPUT() { \ BT_CLK_REQ_PDIR &= ~BT_CLK_REQ_PIN; \ }