diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-08-31 14:54:53 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-08-31 14:54:53 +0200 |
commit | 30964f70eaf85f7450cdaa2f768367f5f3bf9466 (patch) | |
tree | 5ecc68ae5c0575a934ee121bb75f94a1f1c62d44 /src/arch/esp8266 | |
parent | d69e9736b81a23d4dae27bb2c2f9c6a73604f3d2 (diff) |
esp8266: use qio by default
Diffstat (limited to 'src/arch/esp8266')
-rw-r--r-- | src/arch/esp8266/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/esp8266/Makefile.inc b/src/arch/esp8266/Makefile.inc index 44a3cd7..ecb5a7d 100644 --- a/src/arch/esp8266/Makefile.inc +++ b/src/arch/esp8266/Makefile.inc @@ -84,7 +84,7 @@ build/0x40000.bin: build/0x00000.bin # also created by commandline for 0x00000.bin program: build/0x00000.bin build/0x40000.bin - ${ESPTOOL} -p ${SERIAL_PORT} write_flash 0x00000 build/0x00000.bin 0x40000 build/0x40000.bin -fm dout + ${ESPTOOL} -p ${SERIAL_PORT} write_flash 0x00000 build/0x00000.bin 0x40000 build/0x40000.bin #-fm dout arch_clean: rm -f ${OBJECTS} |