mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-20 09:55:07 -04:00
boot: i2c driver fixes
This commit is contained in:
parent
4ea6ce3156
commit
fe0d41623c
2 changed files with 2 additions and 1 deletions
|
@ -51,6 +51,7 @@ void I2cDriverSession::Close(){
|
|||
if (this->open) {
|
||||
this->bus_accessor->Close();
|
||||
this->bus_accessor = nullptr;
|
||||
this->open = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue