Skip to content

Commit 83c24ef

Browse files
committed
[rs232][fuji] autorun.img
1 parent 108d58d commit 83c24ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
360 KB
Binary file not shown.

lib/device/rs232/fuji.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1389,8 +1389,8 @@ void rs232Fuji::rs232_set_rs232_external_clock()
13891389
// Mounts the desired boot disk number
13901390
void rs232Fuji::insert_boot_device(uint8_t d)
13911391
{
1392-
const char *config_atr = "/autorun.atr";
1393-
const char *mount_all_atr = "/mount-and-boot.atr";
1392+
const char *config_atr = "/autorun.img";
1393+
const char *mount_all_atr = "/mount-and-boot.img";
13941394
FILE *fBoot;
13951395

13961396
_bootDisk.unmount();

0 commit comments

Comments
 (0)