mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
esp8266: Enable importing of precompiled .mpy files.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user