X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=carlfw%2Finclude%2Fconfig.h;h=e7c358d6b7e3ab657c7ac15fa487b6f65a2716df;hb=2410b6d77a15fc53d2e5ccffd0a1deff96676cab;hp=bebb26005e1c93872baf31e9780a733f6a841893;hpb=cdced53c2ede33a9fe9004db4d93cfc984ad4243;p=carl9170fw.git diff --git a/carlfw/include/config.h b/carlfw/include/config.h index bebb260..e7c358d 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." @@ -54,11 +54,6 @@ #define CONFIG_CARL9170FW_BACK_REQS_NUM 4 -#if ((defined CONFIG_CARL9170FW_DEBUG) || \ - (defined CONFIG_CARL9170FW_LOOPBACK)) -#define CARL9170FW_UNUSABLE y -#endif - static inline void __config_check(void) { BUILD_BUG_ON(!CARL9170_TX_STATUS_NUM);