From 7b3f7605b8b36f5d0dbfbee60604ad266cac2645 Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Fri, 15 Feb 2019 20:32:32 -0500 Subject: address @tannewt changes: move and rename common files; remove PORT_HEAP_SIZE --- supervisor/port.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'supervisor') 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; -- cgit v1.2.3