diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-05-22 15:08:00 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-05-24 05:58:43 -0600 |
| commit | 2d7390ffa53d9146c64b4dbe698cda3835cb3201 (patch) | |
| tree | 61104abf284875c4fd1b58b4896f0f7eaa5eb616 /platform/wavelet3d/main.cpp | |
| parent | 4e634e196f542b76933d6bbe1861849557898683 (diff) | |
platform/wavelet3d/host_sw: implement mk build for w3d host software
Diffstat (limited to '')
| -rw-r--r-- | platform/wavelet3d/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/wavelet3d/main.cpp b/platform/wavelet3d/main.cpp index 2771551..8cd3989 100644 --- a/platform/wavelet3d/main.cpp +++ b/platform/wavelet3d/main.cpp @@ -89,7 +89,7 @@ int main(int argc, char **argv) auto dram = std::make_unique<unsigned[]>(DRAM_SIZE); - constexpr const char *FLASH_IMG_FILE = "host_flash.bin"; + constexpr const char *FLASH_IMG_FILE = "w3d_host_flash.bin"; FILE *flash_img = std::fopen(FLASH_IMG_FILE, "rb"); if (!flash_img) { |
