Use configuration file instead appconfig. Reformat. Clean up. Remove CVS logs.
[bertos.git] / bertos / net / pocketbus.h
index f67af83675036d19777a340ee01c2e59bbf5eee3..eb32d5630ad96be0da76503922a7fb88fb452177 100644 (file)
@@ -39,7 +39,7 @@
 #ifndef NET_POCKETBUS_H
 #define NET_POCKETBUS_H
 
-#include "appconfig.h" //for CONFIG_POCKETBUS_BUFLEN
+#include <cfg/cfg_pocketbus.h>        /* for CONFIG_POCKETBUS_BUFLEN */
 #include <cfg/compiler.h>
 
 #include <algo/rotating_hash.h>