diff options
| author | Dan Halbert <halbert@halwitz.org> | 2021-01-25 11:54:10 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2021-01-25 11:54:10 -0500 |
| commit | 69c71bd52238bda5c021a825849ce28229a33e0f (patch) | |
| tree | a6e369245188e30af82d7182ae426fa85d9308c7 /ports/raspberrypi | |
| parent | 34d63debd5c339a37009b961b9b51defcdf540ae (diff) | |
fix some build errors
Diffstat (limited to 'ports/raspberrypi')
| -rw-r--r-- | ports/raspberrypi/mpconfigport.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ports/raspberrypi/mpconfigport.h b/ports/raspberrypi/mpconfigport.h index 75cbd1ba8..743151931 100644 --- a/ports/raspberrypi/mpconfigport.h +++ b/ports/raspberrypi/mpconfigport.h @@ -27,10 +27,6 @@ #ifndef __INCLUDED_MPCONFIGPORT_H #define __INCLUDED_MPCONFIGPORT_H -#define CIRCUITPY_BINASCII (1) -#define CIRCUITPY_ERRNO (1) -#define CIRCUITPY_JSON (1) - #define CIRCUITPY_INTERNAL_NVM_SIZE 0 #define CIRCUITPY_DEFAULT_STACK_SIZE (24*1024) |
