summaryrefslogtreecommitdiff
path: root/ports/raspberrypi
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2021-01-25 11:54:10 -0500
committerDan Halbert <halbert@halwitz.org>2021-01-25 11:54:10 -0500
commit69c71bd52238bda5c021a825849ce28229a33e0f (patch)
treea6e369245188e30af82d7182ae426fa85d9308c7 /ports/raspberrypi
parent34d63debd5c339a37009b961b9b51defcdf540ae (diff)
fix some build errors
Diffstat (limited to 'ports/raspberrypi')
-rw-r--r--ports/raspberrypi/mpconfigport.h4
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)