DarkFlippers / flipperzero-subbrute

SubGHz key checker
MIT License
557 stars 47 forks source link

fix: Improve formatting of subbrute_protocol_calc_max_value declaration #58

Closed derskythe closed 9 months ago

derskythe commented 9 months ago

The subbrute_protocol_calc_max_value function declaration has been reformatted for readability. Previously, the declaration was split across multiple lines; it is now consolidated onto a single line for cleaner presentation. This change does not impact the function's behavior or robustness.