Skip to content

Commit

Permalink
example: add missing comma
Browse files Browse the repository at this point in the history
Signed-off-by: HaoboGu <[email protected]>
  • Loading branch information
HaoboGu committed Mar 7, 2024
1 parent 69b6a7b commit b618abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/bin/ble_keyboard_peripheral_builder_macro.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ pub struct HidService {
write,
notify,
value = "[0u8, 1u8]",
descriptor(uuid = "2908", security = "justworks", value = "[0, 1]")
descriptor(uuid = "2908", security = "justworks", value = "[0, 1]"),
descriptor(uuid = "2902", security = "justworks", value = "[0, 1]")
)]
pub input_report: [u8; 8],
Expand Down

0 comments on commit b618abb

Please sign in to comment.