mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-19 09:25:08 -04:00
pwm: implement driver for boot sysmodule
This commit is contained in:
parent
35552bac2c
commit
3d31837ca1
41 changed files with 2107 additions and 59 deletions
|
@ -40,13 +40,13 @@ namespace ams::boot {
|
|||
i2c::driver::Initialize();
|
||||
|
||||
/* Initialize the pwm client library with the server manager object. */
|
||||
/* TODO: pwm::InitializeWith(pwm::server::GetServiceObject()); */
|
||||
pwm::InitializeWith(pwm::server::GetServiceObject());
|
||||
|
||||
/* Initialize the pwm board driver. */
|
||||
/* TODO: pwm::driver::board::Initialize(); */
|
||||
pwm::driver::board::Initialize();
|
||||
|
||||
/* Initialize the pwm driver library. */
|
||||
/* TODO: pwm::driver::Initialize(); */
|
||||
pwm::driver::Initialize();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue