mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
after merge fixes
add void
This commit is contained in:
@@ -81,7 +81,7 @@ void furi_hal_subghz_set_ext_power_amp(bool enabled) {
|
||||
furi_hal_subghz.ext_power_amp = enabled;
|
||||
}
|
||||
|
||||
bool furi_hal_subghz_get_ext_power_amp() {
|
||||
bool furi_hal_subghz_get_ext_power_amp(void) {
|
||||
return furi_hal_subghz.ext_power_amp;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user