mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-29 21:52:03 -07:00
New formatting
This commit is contained in:
@@ -54,7 +54,7 @@ typedef struct {
|
||||
|
||||
int8_t rolling_counter_mult;
|
||||
bool extended_range : 1;
|
||||
bool bypass_region : 1;
|
||||
bool bypass_region : 1;
|
||||
} FuriHalSubGhz;
|
||||
|
||||
volatile FuriHalSubGhz furi_hal_subghz = {
|
||||
|
||||
@@ -6,4 +6,4 @@ bool furi_hal_subghz_get_extended_range(void);
|
||||
|
||||
void furi_hal_subghz_set_bypass_region(bool enabled);
|
||||
|
||||
bool furi_hal_subghz_get_bypass_region(void);
|
||||
bool furi_hal_subghz_get_bypass_region(void);
|
||||
|
||||
@@ -78,4 +78,4 @@ const FuriHalRegionBand* furi_hal_region_get_band(uint32_t frequency);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user