diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-01-10 15:57:04 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-01-12 12:46:18 -0800 |
| commit | cea5503ca006c712c007ad6d38c140c4ac241638 (patch) | |
| tree | e7312e65bd59a2f81d3ea7c42eee7b4832295d7c /py/mperrno.h | |
| parent | dfb61f01dbd1d580ff11503f531bb5972cbbd433 (diff) | |
Fixup warnings from merge about undefined macro values, switch to
VM keyboard exception and switch to FATFS reader.
Diffstat (limited to 'py/mperrno.h')
| -rw-r--r-- | py/mperrno.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/mperrno.h b/py/mperrno.h index 328afddb1..88d95e566 100644 --- a/py/mperrno.h +++ b/py/mperrno.h @@ -28,6 +28,7 @@ #define __MICROPY_INCLUDED_PY_MPERRNO_H__ #include "py/mpconfig.h" +#include "py/obj.h" #if MICROPY_USE_INTERNAL_ERRNO |
