diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-10-20 23:50:12 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-10-20 23:50:12 -0400 |
| commit | 7b79ac37399927070e1931022f5759393202ed3d (patch) | |
| tree | 3ae5f0200b13562c880ea10fe24a2e185d0e4bd2 /main.c | |
| parent | be8136dc6d09e2c3af5c20c881662ebf51a778d8 (diff) | |
Parameterize linker script
Diffstat (limited to 'main.c')
| -rwxr-xr-x | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -199,7 +199,7 @@ void cleanup_after_vm(supervisor_allocation* heap) { bool run_code_py(safe_mode_t safe_mode) { bool serial_connected_at_start = serial_connected(); - #ifdef CIRCUITPY_AUTORELOAD_DELAY_MS + #if CIRCUITPY_AUTORELOAD_DELAY_MS > 0 if (serial_connected_at_start) { serial_write("\n"); if (autoreload_is_enabled()) { |
