mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-24 03:36:52 -04:00
ams_mitm: update for new sf semantics
This commit is contained in:
parent
5751bcc117
commit
e87e146112
36 changed files with 293 additions and 489 deletions
|
@ -49,6 +49,11 @@ namespace ams::boot {
|
|||
pwm::driver::Initialize();
|
||||
}
|
||||
|
||||
void FinalizeGpioDriverLibrary() {
|
||||
/* Finalize the gpio client library. */
|
||||
gpio::Finalize();
|
||||
}
|
||||
|
||||
void FinalizeI2cDriverLibrary() {
|
||||
/* Finalize the i2c driver library. */
|
||||
i2c::driver::Finalize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue