Skip to content

Commit

Permalink
#154 Update GAPFlags.description
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Nov 8, 2024
1 parent 3634426 commit 4b052e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/BluetoothGAP/GAPFlags.swift
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ extension GAPFlags: CustomStringConvertible, CustomDebugStringConvertible {

#if hasFeature(Embedded)
public var description: String {
rawValue.description
"0x" + rawValue.toHexadecimal()
}
#else
@inline(never)
Expand Down

0 comments on commit 4b052e3

Please sign in to comment.