diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-02-15 20:32:32 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-02-15 20:32:32 -0500 |
| commit | 7b3f7605b8b36f5d0dbfbee60604ad266cac2645 (patch) | |
| tree | c6abc3452daa7b9d3d0d78a1df1b5930063e23ee /supervisor/port.h | |
| parent | 72c03268a485a793948ec428718655a47306736d (diff) | |
address @tannewt changes: move and rename common files; remove PORT_HEAP_SIZE
Diffstat (limited to 'supervisor/port.h')
| -rw-r--r-- | supervisor/port.h | 4 |
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; |
