X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=carlfw%2Finclude%2Fconfig.h;fp=carlfw%2Finclude%2Fconfig.h;h=739c0dadd1da495ac37bb067b4ed89e30d8af6fe;hp=bebb26005e1c93872baf31e9780a733f6a841893;hb=484cb254482ee644cc2981d1e2753fca2718bcd3;hpb=491f71f4ff849a9a62ec619693c2108423bf9db1 diff --git a/carlfw/include/config.h b/carlfw/include/config.h index bebb260..739c0da 100644 --- a/carlfw/include/config.h +++ b/carlfw/include/config.h @@ -31,9 +31,9 @@ # error "See: http://gcc.gnu.org/gcc-4.4/changes.html / Caveats No. 4" #endif -#if ((defined CONFIG_CARL9170FW_PRINTF) && \ - (!defined CONFIG_CARL9170FW_DEBUG_USB) && \ - (!defined CONFIG_CARL9170FW_DEBUG_UART)) +#if ((defined CONFIG_CARL9170FW_PRINTF) && \ + (!defined CONFIG_CARL9170FW_DEBUG_USB) && \ + (!defined CONFIG_CARL9170FW_DEBUG_UART)) # warning "You have disabled all debug message transports." # warning "However CONFIG_CARL9170FW_PRINTF is still set..." # warning "Which is a waste of firmware space, if you ask me." @@ -55,7 +55,7 @@ #define CONFIG_CARL9170FW_BACK_REQS_NUM 4 #if ((defined CONFIG_CARL9170FW_DEBUG) || \ - (defined CONFIG_CARL9170FW_LOOPBACK)) + (defined CONFIG_CARL9170FW_LOOPBACK)) #define CARL9170FW_UNUSABLE y #endif