Skip to content

Commit

Permalink
LoRaSyncWord: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
huming2207 committed Sep 2, 2024
1 parent 1928b6f commit 3c56713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hal/src/subghz/lora_sync_word.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub enum LoRaSyncWord {
/// LoRa public network.
Public,
/// Custom sync word
Custom([u8; 2])
Custom([u8; 2]),
}

impl LoRaSyncWord {
Expand Down

0 comments on commit 3c56713

Please sign in to comment.