hid: Fixed docs.

This commit is contained in:
yellows8 2020-11-23 00:34:52 -05:00 committed by fincs
parent 7c64b5b70b
commit 9a2fab817d
No known key found for this signature in database
GPG Key ID: 62C7609ADA219C60

View File

@ -791,8 +791,8 @@ typedef struct HidNpadSixAxisSensorLifo {
/// NpadSystemProperties /// NpadSystemProperties
typedef struct { typedef struct {
u64 is_charging : 3; ///< Use \ref hidGetNpadPowerInfo instead of accessing this directly. u64 is_charging : 3; ///< Use \ref hidGetNpadPowerInfoSingle / \ref hidGetNpadPowerInfoSplit instead of accessing this directly.
u64 is_powered : 3; ///< Use \ref hidGetNpadPowerInfo instead of accessing this directly. u64 is_powered : 3; ///< Use \ref hidGetNpadPowerInfoSingle / \ref hidGetNpadPowerInfoSplit instead of accessing this directly.
u64 bit6 : 1; ///< Unused u64 bit6 : 1; ///< Unused
u64 bit7 : 1; ///< Unused u64 bit7 : 1; ///< Unused