mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
btdrv: use correct u8 type for inquiry status on 12.0.0
This commit is contained in:
parent
e20d779bd0
commit
1c7db4f8d8
@ -52,7 +52,7 @@ typedef struct {
|
||||
} v1; ///< [1.0.0-11.0.1]
|
||||
|
||||
struct {
|
||||
BtdrvInquiryStatus status; ///< \ref BtdrvInquiryStatus
|
||||
u8 status; ///< Status: 0 = stopped, 1 = started.
|
||||
u8 pad[3]; ///< Padding
|
||||
u32 service_mask; ///< Services value from \ref btdrvStartInquiry when starting, otherwise this is value 0
|
||||
} v12; ///< [12.0.0+]
|
||||
|
Loading…
Reference in New Issue
Block a user