strat: fix board namespacing for nintendo::nx
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#include <stratosphere/gpio/gpio_types.hpp>
|
||||
#include <stratosphere/gpio/driver/gpio_i_gpio_driver.hpp>
|
||||
|
||||
namespace ams::gpio::driver::board::nintendo_nx {
|
||||
namespace ams::gpio::driver::board::nintendo::nx {
|
||||
|
||||
void Initialize(bool enable_interrupt_handlers);
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
namespace ams::gpio::driver::board {
|
||||
|
||||
using namespace ams::gpio::driver::board::nintendo_nx;
|
||||
using namespace ams::gpio::driver::board::nintendo::nx;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user