esp8266: Enable importing of precompiled .mpy files.

This commit is contained in:
Damien George
2016-10-11 16:23:20 +11:00
parent 11fc6553e8
commit af8d791bd0
2 changed files with 2 additions and 1 deletions

View File

@@ -425,7 +425,7 @@ mp_raw_code_t *mp_raw_code_load_file(const char *filename) {
return rc;
}
#elif defined(__thumb2__)
#elif defined(__thumb2__) || defined(__xtensa__)
// fatfs file reader (assume thumb2 arch uses fatfs...)
#include "lib/fatfs/ff.h"