atmel-samd: update boot output location for new mount point.

This commit is contained in:
Scott Shawcroft 2017-06-28 14:51:46 -07:00
parent d6a24afd71
commit 05f0681966
1 changed files with 1 additions and 1 deletions

View File

@ -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