Fix incorrect flash_type in unphone9 board definition (#7330)

As per #6962 we have another case of build.flash_type incorrectly named qspi; this commit fixes the issue for the unphone9 board.

Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
This commit is contained in:
Hamish Cunningham 2022-10-26 08:30:00 +01:00 committed by GitHub
parent 0bd380aada
commit f00371ca56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18922,7 +18922,7 @@ unphone9.build.partitions=default_8MB
unphone9.build.defines=-DBOARD_HAS_PSRAM -DUNPHONE_SPIN=9
unphone9.build.loop_core=-DARDUINO_RUNNING_CORE=1
unphone9.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=1
unphone9.build.flash_type=qspi
unphone9.build.flash_type=qio
unphone9.build.psram_type=qspi
unphone9.build.memory_type={build.flash_type}_{build.psram_type}