add event function CALL
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
This commit is contained in:
parent
2fda3e127e
commit
7fe676fed9
@ -322,6 +322,7 @@ void ScexDeviceHandler::filesystemChecks() {
|
|||||||
auto mntPrefix = sdcMan.getCurrentMountPrefix();
|
auto mntPrefix = sdcMan.getCurrentMountPrefix();
|
||||||
if (mntPrefix == nullptr or !sdcMan.isSdCardUsable(std::nullopt)) {
|
if (mntPrefix == nullptr or !sdcMan.isSdCardUsable(std::nullopt)) {
|
||||||
sif::warning << "SCEX: Filesystem currently unavailable" << std::endl;
|
sif::warning << "SCEX: Filesystem currently unavailable" << std::endl;
|
||||||
|
fsUnsableEvent();
|
||||||
} else {
|
} else {
|
||||||
std::filesystem::path fullFilePath = mntPrefix;
|
std::filesystem::path fullFilePath = mntPrefix;
|
||||||
std::error_code e;
|
std::error_code e;
|
||||||
|
Loading…
Reference in New Issue
Block a user