Skip to content

Commit

Permalink
#154 Update ATTAttributePermissions.description
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Nov 8, 2024
1 parent 131931b commit 3c80b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/BluetoothGATT/ATTAttributePermissions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ extension ATTAttributePermissions: CustomStringConvertible, CustomDebugStringCon

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

0 comments on commit 3c80b34

Please sign in to comment.