diff options
Diffstat (limited to 'api/api_net.c')
-rw-r--r-- | api/api_net.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/api/api_net.c b/api/api_net.c index afe072e..cd80ea5 100644 --- a/api/api_net.c +++ b/api/api_net.c @@ -34,10 +34,6 @@ DECLARE_GLOBAL_DATA_PTR; #define DEBUG #undef DEBUG -#if !defined(CONFIG_NET_MULTI) -#error "API/net is currently only available for platforms with CONFIG_NET_MULTI" -#endif - #ifdef DEBUG #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt, ##args); } while (0) #else |