Rename default config file to mpconfig.h, and port's to mpconfigport.h.

mpconfig.h will automatically pull mpconfigport.h.
This commit is contained in:
Paul Sokolovsky
2014-01-03 17:15:53 +02:00
parent ef18102b9e
commit b372bfca21
7 changed files with 18 additions and 11 deletions

View File

@@ -3,7 +3,6 @@
#include "misc.h"
#include "mpconfig.h"
#include "defaultconfig.h"
#if MICROPY_MEM_STATS
static int total_bytes_allocated = 0;