ldr: fix mount check mistake

This commit is contained in:
Michael Scire 2019-06-27 18:01:44 -07:00
parent 6ba2090c01
commit 014f08f6b4

View file

@ -41,7 +41,7 @@ namespace sts::ldr {
}
bool IsHblMounted() const {
return this->is_code_mounted;
return this->is_hbl_mounted;
}
private: