ldr: fix mount check mistake
This commit is contained in:
@@ -41,7 +41,7 @@ namespace sts::ldr {
|
||||
}
|
||||
|
||||
bool IsHblMounted() const {
|
||||
return this->is_code_mounted;
|
||||
return this->is_hbl_mounted;
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user