Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / net / xmodem.c
index d38824836b302dd14652701c276878884934ef43..382e47eb21c96c43def630fb9c09bb6979aaf839 100644 (file)
 
 #include "xmodem.h"
 
-#include <appconfig.h>
-#include <string.h> /* for memset() */
-#include <drv/ser.h>
-#include <algo/crc.h>
 #include <cfg/debug.h>
+#include "cfg/cfg_xmodem.h"
 
+#include <drv/ser.h>
 
+#include <algo/crc.h>
 
+#include <string.h> /* for memset() */
 
 /**
  * \name Protocol control codes