diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-06-28 14:51:46 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-06-28 14:51:46 -0700 |
| commit | 05f06819660c3819d02c49cd7f4c9f7186b8aa66 (patch) | |
| tree | 7892809978f4ec0d5864ec8f1aaf0903b60fcbb7 /atmel-samd | |
| parent | d6a24afd71067102ca5e2ac9c2c81ddfae5ba140 (diff) | |
atmel-samd: update boot output location for new mount point.
Diffstat (limited to 'atmel-samd')
| -rw-r--r-- | atmel-samd/mpconfigport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atmel-samd/mpconfigport.h b/atmel-samd/mpconfigport.h index 228518a1e..e123eba9a 100644 --- a/atmel-samd/mpconfigport.h +++ b/atmel-samd/mpconfigport.h @@ -223,6 +223,6 @@ void run_background_tasks(void); #define MICROPY_VM_HOOK_RETURN run_background_tasks(); #define CIRCUITPY_AUTORELOAD_DELAY_MS 500 -#define CIRCUITPY_BOOT_OUTPUT_FILE "/flash/boot_out.txt" +#define CIRCUITPY_BOOT_OUTPUT_FILE "/boot_out.txt" #endif // __INCLUDED_MPCONFIGPORT_H |
