summaryrefslogtreecommitdiff
path: root/supervisor/port.h
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2019-02-15 20:32:32 -0500
committerDan Halbert <halbert@halwitz.org>2019-02-15 20:32:32 -0500
commit7b3f7605b8b36f5d0dbfbee60604ad266cac2645 (patch)
treec6abc3452daa7b9d3d0d78a1df1b5930063e23ee /supervisor/port.h
parent72c03268a485a793948ec428718655a47306736d (diff)
address @tannewt changes: move and rename common files; remove PORT_HEAP_SIZE
Diffstat (limited to 'supervisor/port.h')
-rw-r--r--supervisor/port.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/supervisor/port.h b/supervisor/port.h
index 59898c8e4..1430c6a50 100644
--- a/supervisor/port.h
+++ b/supervisor/port.h
@@ -29,10 +29,6 @@
#include "py/mpconfig.h"
-#ifndef PORT_HEAP_SIZE
-#error "Please define PORT_HEAP_SIZE to specify heap size in bytes."
-#endif
-
#include "supervisor/shared/safe_mode.h"
// Provided by the linker;