gpio: modernize client api instead of doing it the lazy way
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
namespace ams::gpio {
|
||||
|
||||
enum GpioPadName {
|
||||
enum GpioPadName : u32 {
|
||||
GpioPadName_CodecLdoEnTemp = 1,
|
||||
GpioPadName_ButtonVolUp = 25,
|
||||
GpioPadName_ButtonVolDn = 26,
|
||||
|
||||
Reference in New Issue
Block a user