We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d992724 commit f6603d7Copy full SHA for f6603d7
lib/http/httpService.cpp
@@ -761,7 +761,7 @@ esp_err_t fnHttpService::get_handler_eject(httpd_req_t *req)
761
if(disk_dev->device_active) //set disk switched only if device was previosly mounted.
762
disk_dev->switched = true;
763
#else
764
- DEVICE_TYPE *disk_dev = theFuji->get_disk(ds)->disk_dev;
+ DEVICE_TYPE *disk_dev = &theFuji->get_disk(ds)->disk_dev;
765
#endif
766
disk_dev->unmount();
767
#ifdef BUILD_ATARI
0 commit comments