Browse Source

windows: Enable MICROPY_PY_UERRNO

This also fixes the test failure for vfs_fat_ramdisk.py
pull/2452/head
stijn 8 years ago
committed by Damien George
parent
commit
d14d4cdb8b
  1. 1
      windows/mpconfigport.h

1
windows/mpconfigport.h

@ -82,6 +82,7 @@
#define MICROPY_STACKLESS (0)
#define MICROPY_STACKLESS_STRICT (0)
#define MICROPY_PY_UERRNO (1)
#define MICROPY_PY_UCTYPES (1)
#define MICROPY_PY_UZLIB (1)
#define MICROPY_PY_UJSON (1)

Loading…
Cancel
Save