diff options
| author | Damien George <damien.p.george@gmail.com> | 2016-04-08 11:08:37 +0100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2016-04-12 14:06:53 +0100 |
| commit | 53ad681ed1786601ca5eccb60f8fd950b8bc47d7 (patch) | |
| tree | a6bf5beb1f2b8b8c06ae05135af59d5ac31872be /py/mpconfig.h | |
| parent | 3a37426b29451cd51e444526c803ba7905c6b151 (diff) | |
extmod: Add initial framebuf module.
Diffstat (limited to 'py/mpconfig.h')
| -rw-r--r-- | py/mpconfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h index 6c2db2f1f..bbf055513 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -845,6 +845,10 @@ typedef double mp_float_t; #define MICROPY_PY_WEBSOCKET (0) #endif +#ifndef MICROPY_PY_FRAMEBUF +#define MICROPY_PY_FRAMEBUF (0) +#endif + /*****************************************************************************/ /* Hooks for a port to add builtins */ |
