mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 04:22:50 +02:00
btdrv: use correct slash in \ref
This commit is contained in:
parent
52ae231c95
commit
10e6eb0f13
@ -54,7 +54,7 @@ typedef struct {
|
||||
struct {
|
||||
BtdrvInquiryStatus status; ///< \ref BtdrvInquiryStatus
|
||||
u8 pad[3]; ///< Padding
|
||||
u32 service_mask; ///< Services value from /ref btdrvStartInquiry when starting, otherwise this is value 0
|
||||
u32 service_mask; ///< Services value from \ref btdrvStartInquiry when starting, otherwise this is value 0
|
||||
} v12; ///< [12.0.0+]
|
||||
};
|
||||
} inquiry_status; ///< ::BtdrvEventType_InquiryStatus
|
||||
|
Loading…
Reference in New Issue
Block a user